# 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 ```