Question: Using Java, create a GUI based two player dice game call Chicago that uses two dice to play. The user will be one player and
Using Java, create a GUI based two player dice game call Chicago that uses two dice to play. The user will be one player and the computer will be the second player.
To Play: There are eleven rounds numbered 2 -12. In each round the player tries to roll and score the number of the round, the numbers being the combinations possible with 2 dice.
If a player throws the correct number for that round they score 1 point. If they throw any other number they dont score. The highest total after 11 rounds wins the game.
- Complete rules are displayed in an easy to read manner at the beginning of the game.
- Game has an appealing layout and game play is easy to follow in GUI.
- Game follows rules as described at beginning of the game.
- Game uses an object oriented approach and game uses structured code in methods and main().
-Game is playable in 10 minutes or less and game provides complete interaction between player and computer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
