+ 3
Python or JS for games
what language is favorable than other in games programming . i mean simple web games ?
2 Answers
+ 5
For web, it's necessarly JS... Python can only be used on server side in web context (multi-players games require server side handling, for example, or simply sharing scores/leaderboard and so on) ^^
However, standalone games (not need of internet browser to run) can be done in any languages: even if JS is probably not the best suited by itself, it can be advantageously used through specialized games frameworks, as well as Python which have numberous modules-frameworks helpful to make any kind of game ;)
0
Simple web games are best setup with html, css, and javascript. So I have to agree with Visph and Adi.