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

Re: [pygame] Pgreloaded status?



Are you asking in regards to networking?

If so, python comes with a socket module that allows you to connect and then use the socket by read/write operations
A tutorial on sockets: http://www.amk.ca/python/howto/sockets/
This also allows you to use the pickle module to send objects over the network (makes it easy to get started with)


-- Maranatha!
---------------------------------
PFC aka Fezzik aka GAB


On Mon, Dec 7, 2009 at 3:32 PM, Daniel McNeese <daniel@xxxxxxxxxxxxxxxxx> wrote:
Hey, all.  It's been about half a year since the last alpha of pgreloaded, and I was wondering how it's coming along.  Is it ready for serious use yet?

Also, from the perspective of someone who's written games but never done multiplayer: what would you recommend to use with pgreloaded for online play?