Config tweaks

This commit is contained in:
Kayne Ruse 2025-03-20 20:23:31 +11:00
parent fc11ea9dbd
commit 4af097b2ae
4 changed files with 20 additions and 9 deletions

View File

@ -4,9 +4,25 @@
"Fun value", inspired by Undertale, activates different secrets in different runs. "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 ## Links
https://python-tcod.readthedocs.io/en/latest/ https://python-tcod.readthedocs.io/en/latest/
https://rogueliketutorials.com/ https://rogueliketutorials.com/
## Setup
```bash
python3 -m venv venv
./venv/bin/tcod
```

View File

@ -1,5 +0,0 @@
home = /usr/bin
include-system-site-packages = false
version = 3.11.2
executable = /usr/bin/python3.11
command = /usr/bin/python -m venv /home/kruse/Repo/Stepwise

View File

@ -1,4 +1,4 @@
#!./bin/python #!venv/bin/python
import tcod import tcod
from engine import Engine from engine import Engine