31 lines
514 B
Markdown
31 lines
514 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
|
|
* 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
|
|
```
|
|
|