Python or JS for games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Python or JS for games

what language is favorable than other in games programming . i mean simple web games ?

5th Aug 2017, 8:43 AM
Ali Saber
Ali Saber - avatar
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 ;)
5th Aug 2017, 9:41 AM
visph
visph - avatar
0
Simple web games are best setup with html, css, and javascript. So I have to agree with Visph and Adi.
5th Aug 2017, 3:10 PM
Victor Staten