+ 2
how to make browser games?
Which programming languages are required? HTML, CSS and JS? Are the contents of solo courses enough to learn what is necessary to play games?
6 Réponses
+ 3
Ben Allen (Njinx) And JS, HTML, CSS for front end?
+ 2
Feichtinger Andreas For a game I wouldn't recommend PHP. PHP isn't asynchronous meaning you need to refresh the browser or use ajax to update changes. Node.js would be a much better alternative since it can directly interact with the browser in real time.
+ 2
Marcus Xavierr You probably want to make the login in PHP. Use Node.js to make the back-end of the game.
+ 2
Marcus Xavierr Correct.
+ 1
browsergames nowerdays are mostly js if you want to save the gam consider to also use php and ajax
+ 1
Ben Allen (Njinx) The game will be online and will have login. Does it make things much harder? I will have to study sql too?