Skip to content

Network multiplayer "Asteroids" style game using Python 2.7, Cocos2D, and PodSixNet.

License

Notifications You must be signed in to change notification settings

erikbuck/Cocosoids-multiplayer

Repository files navigation

Cocosoids-multiplayer

Network multiplayer "Asteroids" style game using Python 2.7, Cocos2D, and PodSixNet. This version extends Cocosoids-single with client-server TCP/IP network multi-plater based on PodSixNet. https://github.com/erikbuck/Cocosoids-single.git

For comparison to the single player version:

  • The GameClient.py files has been added to the project.
  • One line of code was added and two lines changed in Game.py with comments added to identify the changes.
  • Code was added to GameServer.py and three lines changed. All additions and changes are marked with comments.

About

Network multiplayer "Asteroids" style game using Python 2.7, Cocos2D, and PodSixNet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages