If your were going to program a game...

janislaw wicijowski at gmail.com
Thu Jan 1 12:52:45 EST 2009


On 1 Sty, 12:37, Tokyo Dan <huff... at tokyo.email.ne.jp> wrote:
> If your were going to program a game in python what technologies would
> you use?
>
> The game is a board game with some piece animations, but no movement
> animation...think of a chess king exploding. The game runs in a
> browser in a window of a social site built around the game. The social
> site has login, chat, player stats, list of active games, etc. AND
> there is also be a desktop client that accesses the game server via
> the same communication mechanism (like an AIR-based desktop client/
> app) as the browser-based version - I guess using JSON/RPC.

If I were to write a python game that ran in a _browser_ I'd go for
jython applet.

JW



More information about the Python-list mailing list