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
+3-1
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,14 @@ A successfully booted server should declare something like `listening on port 37
24
24
You can do most things with the mouse and "shift" button, but it is *well* worth your time to click the "controls" link in the upper right panel and learning the keyboard shortcuts.
25
25
26
26
## Games
27
+

28
+
27
29
The games I have coded thus far include some basics:
28
30
*`checkers`: Checkers & board (double-click pieces to king them)
29
31
*`chess`: Chess pieces & board
30
32
*`go`: Go table & board
31
33
*`cards`: A standard deck of cards with 8 private viewing zones
32
-
*`poker`: Same as cards, but with poker chips on the table
34
+
*`poker`: Same as cards, but with poker chips on the table and a whole bunch of related functionality and hot keys.
33
35
34
36
and some more complicated systems:
35
37
*`roll`: All the nerd-dice and a few more pieces (press / hold `r` to roll)
0 commit comments