+ 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.
4 Answers
+ 2
you can make it you can see chrome Web store many of the games are based on js or its libraries
+ 2
Google search for html5 games and you will be supprised what is possible!
+ 2
yes, and one example is manyland.com
+ 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.