added the project files

This commit is contained in:
2024-06-28 09:25:34 -04:00
parent 0b8b0ee658
commit 84a1c84250
43 changed files with 1494 additions and 0 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.