/python_game

2d platformer prototype with multiplayer, client prediction and 3d models

Primary LanguagePython

python_game

quake 2d platformer prototype

gaem

Working

  • Client/Server based multiplayer with client side prediction
  • Procedural Animation
  • Quake style items (Weapons, Armors, Pickups, Teleporters)

Compiled Objects

Some parts of the game (vectors, quaternions, collision detection) require compiled Cython module. They can be compiled with

python build_libs.py build_ext --inplace