KAA - Pythonic game engine for humans
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
See CHANGELOG file.