This is an open-source RPG game.
- Everything is open-source, under the permissive MIT license.
- Libraries Used:
- Maps are created with the Tiled Map Editor
- All code is written in Python
Graphics Assets From:
To install the project and all development dependencies run the following command, this should ideally be done in a virtual environment:
pip install -e ".[dev]"
The game can then be ran with:
python -m rpg