+ 1

Is it possible to make a game with JavaScript?

I really want to make a game with JavaScript but I don't know if that's possible.

6th Dec 2016, 4:31 PM
cruzaxer
cruzaxer - avatar
4 Answers
+ 2
you can make it you can see chrome Web store many of the games are based on js or its libraries
6th Dec 2016, 6:03 PM
Sandeep Chatterjee
+ 2
Google search for html5 games and you will be supprised what is possible!
6th Dec 2016, 10:09 PM
codinator
codinator - avatar
+ 2
yes, and one example is manyland.com
10th Dec 2016, 4:23 PM
Brian
Brian - avatar
+ 1
Definitely possible, especially if you mix it with the <canvas> element in HTML. I created a Pong game on the code playground using html and javascript. Am currently working on a point & click game with it as well. Games are definitely within the realm of possibility.
6th Dec 2016, 8:54 PM
Lux
Lux - avatar