2D online multiplayer framework?

Gary Herron gherron at islandtraining.com
Sat Jun 28 12:04:20 EDT 2008


George Oliver wrote:
> I'm looking for a framework to support a 2D online real-time
> multiplayer game (rugby league football with a lo-fi pixel look). The
> GameProgramming page at the Python wiki had some suggestions but so
> far nothing looks that promising, does anyone have some
> recommendations?
>
> It would be ideal to play this through a web browser but I don't know
> if that's practical.
>
> This aspect of programming is pretty new to me so I'm not sure if I
> should start with something general like Twisted or if there's a
> different path I should take.
>
>
> thanks, George
> --
> http://mail.python.org/mailman/listinfo/python-list
>   
Pyglet is my favorite:  http://www.pyglet.org/

Twisted might be fine for the "online multiplayer" parts, but really if 
you want a 2D/3D real-time game, start with a game framework. 


Gary Herron




More information about the Python-list mailing list