Config tweaks
This commit is contained in:
parent
fc11ea9dbd
commit
4af097b2ae
16
README.md
16
README.md
@ -4,9 +4,25 @@
|
||||
|
||||
"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
|
||||
```
|
||||
|
||||
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
#!./bin/python
|
||||
#!venv/bin/python
|
||||
import tcod
|
||||
|
||||
from engine import Engine
|
||||
|
Loading…
x
Reference in New Issue
Block a user