Stepwise/README.md
2025-03-20 20:27:05 +11:00

29 lines
412 B
Markdown

# Stepwise
## Concept
"Fun value", inspired by Undertale, activates different secrets in different runs.
Stepwise needs a genre/setting. Some options are:
* Fantasy
* SciFi
* Nuclear Bunker
* Indiana Jones
* Post-Apocalypse
* Curses and Blessings (setting)
## Links
https://python-tcod.readthedocs.io/en/latest/
https://rogueliketutorials.com/
## Setup
```bash
python3 -m venv venv
./venv/bin/tcod
```