network lib?
I searched the list of libs on the pyweek FAQ, unfortunately the network related ones were 404's, and "slut" didn't sound like it was right for this?Is the twisted, podsixNet, or other network libs allowed?
thanks,
(log in to comment)
Comments
Twisted can be challenging to integrate into an action game. If you're not already familiar with it you've got a lot of learning to do in a short amount of time.
cyhawk on 2010/03/17 19:29:
I'm sure Twisted is allowed, and may in fact be the best reason to use Python at all! I greatly recommend it, but keep in mind that it's an infinitely rich library, and you will probably only need 1% of it (which is twisted.protocols.basic.LineOnlyReceiver).