This project contains both a WIP game framework (nicknamed Konkyo), and a runnable test game application using the framework.
- SFML
- Python
- SCons (
pip install scons
)
- In the project directory, run
scons
in the terminal.
- In the project directory, run
scons -c
in the terminal.
This will build an executable named "game".