diff --git a/README.md b/README.md index a0cf0dc..cbbad0f 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,18 @@ Other decisions made to ease the Soon(tm) networkification of this code. Run the snengame binary to use the built in game loop. Commands are entered like so: + s|a arguments State Commands: + d: Print debug screen g: Print game screen b: Begin game s: Start turn e: End turn Action Commands: + s: Scry your life points in cards d : Draw card at position x from your most recent scry p : play card at postion x in your hand to postion y on your side of the board (from the left) @@ -35,6 +38,7 @@ Action Commands: a : attack position y with card at position x on the board Example Commands: + s 1 d: (available to both players at any time) show debug screen s 1 g: (available to both players at any time) show game screen s 1 s: Start Player 1 (Sentinal)'s turn