PodSixNet

Game development library
Download

PodSixNet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Chris McCormick
  • Publisher web site:
  • http://mccormick.cx/dev/liveloops/current/

PodSixNet Tags


PodSixNet Description

Game development library PodSixNet is a lightweight network layer designed to make it easy to write multiplayer games in Python and PyGame. It uses Python's built in asyncore library and the simplejson 3rd party library to asynchronously serialise network events and arbitrary data structures, and deliver them to your high level classes through simple callback methods.Two example apps are included with the source to help you get started. The first one is a simple console based chat program, and the second is a pygame based collaborative whiteboard. For each example start one copy of the respective server, ChatServer.py or WhiteboardServer.py, and then start multiple copies of the client to test. Requirements: · Python · pygame What's New in This Release: · Removed the dependency on simplejson. The BSD licensed rencode.py is now used to serialise data but you can optionally use simplejson if you want to interoperate with other languages which support it.


PodSixNet Related Software