JavaScript Games VS C++ Games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaScript Games VS C++ Games

I was wondering what are some differences between games that are created by Javascript and C++. I know that you can enhance JavaScript games with HTML and css (these 3 make a nice combo btw for those who don’t know). Also, do you guys have any blog/course you follow to polish your game coding skills in these two particular languages? With these asked, I hope you have a nice day.

5th Apr 2018, 3:17 AM
Joshua Choi
Joshua Choi - avatar
1 Answer
0
JavaScript and C++ each have their own strengths when it comes to game development. JavaScript is popular for its versatility and accessibility due to its use in web development, making it easy to distribute games online and across various platforms. Games created using JavaScript can take advantage of HTML and CSS for enhanced visuals and interactivity. On the other hand, C++ is known for its high performance and ability to control hardware directly, making it a preferred choice for more resource-intensive games requiring complex simulations or real-time graphics. To improve game coding skills in JavaScript, resources like the MDN Web Docs and online courses from platforms like Udemy and Coursera offer in-depth tutorials covering game development techniques using libraries like Phaser or Three.js. For C++ game development, resources like Unreal Engine's online learning platform, C++ tutorials on YouTube channels like "The Cherno," or online courses on platforms like Pluralsight and Lynda can be helpful in.
16th Apr 2024, 4:20 AM
`нттp⁴⁰⁶
`нттp⁴⁰⁶ - avatar