[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] online game?



Short answer, Yes.

You can use pygame (with or without pyOpenGL ), along with a networking library to make things easier.

Mastermind : http://www.pygame.org/project-Mastermind+Networking+Lib-859-.html
PodSixNet : http://mccormick.cx/projects/PodSixNet/
Twisted : http://twistedmatrix.com/trac/


I found pong with network multiplayer, probably easy to learn from. [podSixNet http://www.pygame.org/project-NetPong-1377-.html ]

Some More:
http://www.pygame.org/tags/network
--
Jake