Skip to content

Commit 4c3f03d

Browse files
committed
update readme
1 parent c7de031 commit 4c3f03d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,23 @@ The experiment demonstrates both the strengths and limitations of current AI cod
4141
3. Run `elm reactor`
4242
4. Open `http://localhost:8000/src/Main.elm` in your browser
4343

44+
Then open `public/index.html` in your browser.
45+
46+
## How to Play
47+
48+
- Draw cards from the deck to fill the room
49+
- Use potions to heal
50+
- Equip weapons to fight foes
51+
- Stack foes of lower rank on your weapon
52+
- Discard your weapon when you're done with it
53+
- Flee the room if you're in trouble (but you can only flee once)
54+
55+
The goal is to defeat all foes while managing your health.
56+
57+
## Credits
58+
59+
The original Scoundrel game rules were authored by Zach Gage and Kurt Bieg. You can learn more about the original game at [stfj.net](http://stfj.net/index2.php?year=2011&project=art/2011/Scoundrel.pdf).
60+
61+
This implementation is a tribute to their innovative design.
62+
4463
### Building for Production

0 commit comments

Comments
 (0)