placed projects into docs folder

This commit is contained in:
Derek Tan
2024-06-29 17:25:24 -04:00
parent 33a076c750
commit c5f5f969a4
48 changed files with 0 additions and 59 deletions

View File

@ -0,0 +1,10 @@
Commands: help -- Display this message.
end -- End the current player's turn.
quit -- End the game.
attack minion other-minion -- Orders minion to attack other-minion.
attack minion -- Orders minion to attack the opponent.
play card [target-player target-card] -- Play card, optionally targeting target-card owned by target-player.
use minion [target-player target-card] -- Use minion's special ability, optionally targeting target-card owned by target-player.
inspect minion -- View a minion's card and all enchantments on that minion.
hand -- Describe all cards in your hand.
board -- Describe all cards on the board.