+ 2

Is JavaScript for Web development only or could you actually code games and other stuff?

20th Mar 2017, 6:49 PM
Vinr Älfakyn
Vinr Älfakyn - avatar
5 odpowiedzi
+ 12
Yes! Games that run on desktop. Check out www.electron.atom.io
20th Mar 2017, 8:15 PM
Wisdom Abioye
Wisdom Abioye - avatar
+ 8
All what Javascript can do is only meant for the web so you have to use HTML to make it usable
28th Mar 2017, 7:59 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 3
If you want to use JavaScript for games they have to be browser based games (I think anyway.) Hope that helps! :)
20th Mar 2017, 7:35 PM
Thomas John
Thomas John - avatar
+ 3
Yes that's true but look at the differences in code between java and js
20th Mar 2017, 7:41 PM
Cole Reizenberg
Cole Reizenberg - avatar
0
Yea you can code games with it! in the new html5 package the canvas html tag makes this super easy. you can easily make 2d games in your web browser or with electron port them to desktop. there are also game development frameworks that use javascript like cocos-2dx to name a popular one, and many more.
20th Apr 2017, 2:56 PM
Elias Mawa
Elias Mawa - avatar