0
Best application for learning javascript for making a game???
11 Respostas
+ 2
And then just start coding!
This may be interesting for you
https://www.w3schools.com/graphics/game_canvas.asp
or maybe this?
https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript
+ 2
SoloLearn! But it depends from what kind of game you want to make. If you can't program much and you want easy result you should look for Unity instead of javascript. But if you want to learn programming seriously don't loose your time on Unity. You should know html and css, too.
+ 2
In this case I suggest you to learn it here on SoloLearn
+ 2
I think that if you have knowledge in javascript (maybe jQuery?) you can easily make a game. For some game you should need a recursive function that wait like 50 ms and then put there your code that move enemy and player. If you want to do a turn game. It's going to be different. I don't suggest you to do something too difficult like 3D. If you have that knowledge you only need experience to make a game. So I suggest you to sit down and code for a while. I think you can't expect to make a fantastic game at the first try but practice make perfect so it's ok
+ 2
JQuery only simplify all the document.findElementById stuff. Yoi don't need it but I think it's comfortable
+ 2
You're welcome man!
+ 1
Daniele Bonomi I know very good html and css but I want to know JavaScript for making a game
+ 1
Daniele Bonomi thank you for all Have a nice day man!!!
0
Daniele Bonomi But there they don't teach me how to make a game step by step
0
Daniele Bonomi you suggest me to learn jQuery and make the game with it???
0
Daniele Bonomi so in conclusion I would teach js from sololearn and then what???