A lightweight 2D game engine based on Kivy.
- on Windows, execute
pip install kvcheetah
on Linux, executesudo pip3 install kvcheetah
- to test your installation on Windows, execute
python -m kvcheetah
on Linux, executepython3 -m kvcheetah
- download the latest wheel from the release section that matches your OS
- open a terminal or command prompt window and use pip to install the downloaded wheel file
- to test your installation on Windows, execute
python -m kvcheetah
on Linux, executepython3 -m kvcheetah
- clone this repo
- open a terminal or command prompt window and switch to the "kvcheetah" folder
- on Windows, execute
python setup.py bdist_wheel
on Linux, executepython3 setup.py bdist_wheel
-
sprites
- hardware-accelerated
- supports basic collision detection
- supports rotation
- supports color adjustment
-
tilemaps
- hardware-accelerated
- supports adjustable viewport
- supports scrolling
- implements viewport culling
- supports collision detection
- Python 3.8.7 and Kivy 2.0.0 for Windows 10 (64-bit)
- Python 3.6.8 and Kivy 1.11.0 for Windows Vista (32-bit)
- Python 3.8.5 and Kivy 2.0.0 for Lubuntu 20.04 (64-bit)
- MacOS X Catalina
- Android 10 (experimental)