Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 546 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 546 Bytes

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.