Stepwise/README.md
2025-03-26 17:43:28 +11:00

31 lines
516 B
Markdown

# Stepwise
## Concepts
* "Fun value", inspired by `Undertale`, activates different secrets in different runs.
* Color-based effects or biomes that only have an impact when in the FOV.
* Gobbos, da red gobbo.
Stepwise needs a genre/setting. Some options are:
* Fantasy
* Sci-fi
* 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
```