|
|
|
|
|
by deterministic
86 days ago
|
|
Just make a simple CLI adventure game: 1. Print "You are in a dark dungeon. There is a door ..."
2. Print "Your options are: 1. Open the door 2. Exit 3. Turn on ..."
3. Read a number as input
4. Goto (yes goto) similar code depending on choice. |
|