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:
- Pipoya Free RPG Tileset 32x32
- Pipoya Free RPG Character Sprites 32x32
- Kenney Input Prompts Pixel 16x16
The game is in extremely early stages. For discussion on future direction, see: #31
Arrow Keys / WASD: Movement L: Toggle Light/Torch E: Pick Up Items I: Open Inventory (non-functional) 1-0 (number keys): Select Item in Hotbar ESC: Open Menu
This project targets Python 3.7 or greater.
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