Skip to content

tjammer/python_game

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published