项目作者: kaaengine

项目描述 :
KAA - Pythonic game engine for humans.
高级语言: Python
项目地址: git://github.com/kaaengine/kaa.git
创建时间: 2019-03-10T10:44:37Z
项目社区:https://github.com/kaaengine/kaa

开源协议:MIT License

下载


kaa

KAA - Pythonic game engine for humans

Installation

From PyPI:

  1. pip install kaaengine

From repository (with pip):

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

From cloned repository:

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

Debug build:

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

Documentation

https://kaa.readthedocs.io/

Changelog

See CHANGELOG file.