Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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. Note: Use JPG image of a dice only two dice that will show 2-12 on a dice for player and the computer.

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 20 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

Students also viewed these Databases questions

Question

e. Why does the conflict exist?

Answered: 1 week ago

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago