From 8df019c1fa3967be2cc1876c61e11fcd9e391150 Mon Sep 17 00:00:00 2001 From: HD Date: Mon, 7 Aug 2023 23:39:58 -0400 Subject: [PATCH] last update to README.md deleted to do s --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97e621f..8bbe877 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ There are four types of cards: • Siege unit cards -The game is played by two players. In this iteration of the development of the game the only implementaion of the code we will only cover the case of a match between a human and a robot ~todo: robot v robot~ +The game is played by two players. In this iteration of the development of the game the only implementaion of the code we will only cover the case of a match between a human and a robot -Under this rules, the human player is the one who starts the game and the computer player is the one who responds to the human player's actions. The game is played in turns, where each player can play a card or pass. The first round players draw 10 cards, then 3 cards at the beginning of each round. ~The player who starts is always the human.~ +Under this rules, the human player is the one who starts the game and the computer player is the one who responds to the human player's actions. The game is played in turns, where each player can play a card or pass. The first round players draw 10 cards, then 3 cards at the beginning of each round. A round ends when both players pass. The player who wins the round is the one who has the highest power. If both players have the same power, the round ends in a draw. The loser of a round starts the next round and loses a gem. @@ -35,11 +35,8 @@ The game is played over a board which is divided into seven rows, • The siege row, for each player -Each player has a deck of cards which contains 25 cards. Each card has a name a converted mana cost and a description ~todo: change description to oracle "pattern"??~. Unit cards also have power. +Each player has a deck of cards which contains 25 cards. Each card has a name a converted mana cost and a description. Unit cards also have power. -## How to run the game - -~The game runs on the console after excecuting the Controller object. The game is played by entering the number of the card you want to play. The game ends when one of the players wins two rounds and then the program excecuting ends.~ ## State diagram