Skip to content

Commit

Permalink
last update to README.md
Browse files Browse the repository at this point in the history
deleted to do s
  • Loading branch information
hugodiazroa authored Aug 8, 2023
1 parent d6f4b6e commit 8df019c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 8df019c

Please sign in to comment.