+ 9

How would you make web games using python?

How would you make web games using python? Thanks :)

29th Mar 2017, 4:32 PM
PureLogicality
PureLogicality - avatar
3 odpowiedzi
+ 3
You can only build server part with python. If you want capture user action (key pressed, mouse pos..) and display realtime graphisme you need javascript. What kind of game you want ?
29th Mar 2017, 4:36 PM
Arnaud Perdoux
Arnaud Perdoux - avatar
+ 8
a simple avoid the flying objects
30th Mar 2017, 3:18 PM
PureLogicality
PureLogicality - avatar
0
So you only need JavaScript to code your client side game. You can code it with a canvas tag, for example. And if you want Python is to receive client calls to add authentication with user accounts or send client scores to a databases for example.
30th Mar 2017, 5:21 PM
Arnaud Perdoux
Arnaud Perdoux - avatar