Skip to content
/ kaa Public
forked from kaaengine/kaa

KAA - Pythonic game engine for humans

License

Notifications You must be signed in to change notification settings

PawelRoman/kaa

 
 

Repository files navigation

kaa

KAA - Pythonic game engine for humans

Installation

From PyPI:

pip install kaaengine

From repository (with pip):

pip install 'git+https://github.com/kaaengine/kaa'

From cloned repository:

git clone --recursive https://github.com/kaaengine/kaa && cd kaa
python setup.py install

Debug build:

git clone --recursive https://github.com/kaaengine/kaa && cd kaa
python setup.py install --build-type Debug

Documentation

https://kaa.readthedocs.io/

Changelog

See CHANGELOG file.

About

KAA - Pythonic game engine for humans

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Cython 53.8%
  • Python 42.8%
  • C++ 2.1%
  • Other 1.3%