+ 2
GameDev in JS
What is the best way to develop games using the javascript language?
2 Réponses
0
First of all, it is better to know html and css since with just javascript you cant do much in the graphic development in the game
0
start of by writing out on a piece of paper the variables you think the game will have. start planing out what would happen on events such as button presses and make a small part of the game to see if the way you have choosen to male the game is simple and it works