Skip to main content

A very high level gaming network protocol built on top of podsixnet

Project description

A python library to make setting up a multiplayer game more straightforward. The low level bits on the wire are totally abstracted. Higher level options for game state, syncing, client prediction, lag compensation techniques are available but customizable for different projects. My goal for the project is to easily adapt several of my non-networked games to have a multiplayer component with a minimum of special case work on each one.

Uses either Chris McCormick’s PodSixNet or Geometrian’s Mastermind networking library for the low level bits. (Both included with the source). Currently built and optimized for the TCP protocol. UDP is a big maybe for later!

Current version works well with a demo that syncs the positio of multiple clients, and handles lag issues reliably.

The demo uses pygame, but the networking component is completely independant.

Project details


Release history Release notifications | RSS feed

This version

0

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page