FreeBodyEngine#
A Python game engine.
Warning
FreeBodyEngine is very early in development. You will run into bugs — see something broken? Open an issue.
Install#
pip install git+https://github.com/ollie80/FreeBodyEngine.git
Quick start#
freebody create project <PROJECT_NAME>
cd <PROJECT_NAME>
freebody run
See Getting Started for the full walkthrough, or jump straight into the API Reference.