Skip to content
Snippets Groups Projects
README.md 844 B
Newer Older
# Jake's Dominoes Game
This is a single-player, console-based dominoes game. 
Play all of your dominoes before your computer opponent.
Every turn you will be prompted to play a domino, draw from the boneyard, or quit. 
If you choose to play a domino, you will be prompted to play the domino on the left or right side.
Additionally, you may rotate your dominoes so that they match your opponents' dominoes.
The DominoesGame class is the entry point. This game is entirely command line based.

Known bugs:

- If any character other than an int is given when prompted, the game crashes.
- Game returns a false "draw" finish on final turn if both human and computer can play domino.
- Currently, dominoes appear in a straight line, rather than in two parallel lines.