formatting

This commit is contained in:
stryan 2021-07-16 15:53:50 -04:00
parent c92f8ddc23
commit 88d2211c36

View File

@ -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. Run the snengame binary to use the built in game loop.
Commands are entered like so: Commands are entered like so:
s|a <player id> <command character> arguments s|a <player id> <command character> arguments
State Commands: State Commands:
d: Print debug screen d: Print debug screen
g: Print game screen g: Print game screen
b: Begin game b: Begin game
s: Start turn s: Start turn
e: End turn e: End turn
Action Commands: Action Commands:
s: Scry your life points in cards s: Scry your life points in cards
d <x>: Draw card at position x from your most recent scry d <x>: Draw card at position x from your most recent scry
p <x> <y>: play card at postion x in your hand to postion y on your side of the board (from the left) p <x> <y>: 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 <x> <y>: attack position y with card at position x on the board a <x> <y>: attack position y with card at position x on the board
Example Commands: Example Commands:
s 1 d: (available to both players at any time) show debug screen 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 g: (available to both players at any time) show game screen
s 1 s: Start Player 1 (Sentinal)'s turn s 1 s: Start Player 1 (Sentinal)'s turn