You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,23 @@ The experiment demonstrates both the strengths and limitations of current AI cod
41
41
3. Run `elm reactor`
42
42
4. Open `http://localhost:8000/src/Main.elm` in your browser
43
43
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.
0 commit comments