Calculate and output the following statistics

Assignment Help Basic Computer Science
Reference no: EM13306787

In the game of War, two players battle each other to see who can win the most cards. At the start of a single game a deck of 52 cards (legal values 2-10,J,Q,K,A) is split evenly between the two players such that each player holds a stack of 26 random cards. For each battle of the game both players turn over the card at the top of their stack. The player with the higher-valued card takes both cards and places them on the bottom of their stack. If the two cards played are of equal value, each player lays down three face-down cards and a fourth card face-up (a "war"), and the higher-valued card wins all of the cards on the table, which are then added to the bottom of the player's stack. In the case of another tie, the war process is repeated until there is no tie.

A player wins by collecting all the cards. If a player runs out of cards while dealing the face-down cards of a war, he may play the last card in his deck as his face-up card and still have a chance to stay in the game. Once a single player holds all 52 cards, the game ends.

You are to write a program that takes the number of games, n, to play as a command line parameter (get passed in the String[] args parameter to main, not from standard input) and then simulates the n games. At the conclusion of all the games your program will calculate and output the following statistics:

Average number of battles per game

Average number of wars per game

Average number of double wars per game

Max number of battles in a game

Min number of battles in a game

Max number of wars in a game

Min number of wars in a game

Designing a Solution

As you can probably tell, this assignment is fairly involved. In fact, the only way you can pull it off is if you are smart about the abstractions you use and how you break your program into separate classes. It is recommended that you design the following classes in implementing your solution:

Card: A card consists of a value (low to highest: 2-10,J,Q,K,A) and a suit (hearts, spaces, clubs, diamonds). Provide appropriate constructors as well as accessor methods.

Deck: A new deck consists of all 52 cards in a array. It contains a method, deal, that removes a random card from the array and returns that card. (This can be achieved by generating a random number between 0 (inclusive) and the length of the array (exclusive) and removing/returning the card at that array position.

Player: A player consists of a number (1 or 2) and an array of owned cards. At the start of the game each player holds 26 unique cards. A method, flip, removes and returns the card at the front of the array. A method, collect, takes a card as a parameter and adds it to the array of owned cards. The player class should contain the appropriate constructors and other helper methods as required. For example, ahasWon method would return true if a player owned all 52 cards, and false otherwise, and a method, war, might handle the logic for breaking ties.

Game: A game consists of two players, as well as other instance variables for keeping track of the statistics for each game. A method, play, carries out the rules of the game of war until one of the players has won. This class should have a default constructor and accessor methods, as well as well as any other methods you feel are appropriate.

Simulation: This class contains a constructor that takes the number of games to simulate as well as a function, simulate, that plays the specified number of games. A method, calculate, computes the aggregate statistics from all games, which will require you to define the appropriate class member variables to keep track of the results of each game. Another method, report, prints the required statistics to the screen in a nicely-formatted manner. The main method for running your War program is contained in this class.

Reference no: EM13306787

Questions Cloud

Discuss the original purpose of the hawthorne studies : Discuss the original purpose of the Hawthorne studies as opposed to what they they ended up showing. make a list of points illustrated by the Hawthorne Studies.
Identify causal hypothesis at issue and investigation : Identify the causal hypothesis at issue. Identify what kind of investigation it is. There are control and experimental groups. State the difference in effect (or cause) between the control and experimental groups. State the conclusion that you think ..
Write a function in c language with prototype : write a function in C language with prototype.
Is this device a refrigerator or a heat engine : A cylinder contains 2 moles of an ideal monatomic gas that is initially at state A with a volume of 0.01 m^3 and a pressure of 4.0x10^5 Pa. Is this device a refrigerator or a heat engine
Calculate and output the following statistics : A player wins by collecting all the cards. If a player runs out of cards while dealing the face-down cards of a war, he may play the last card in his deck as his face-up card and still have a chance to stay in the game. Once a single player holds ..
What are the difficulties of moral relativism : Moral relativism is the belief that what is right or wrong may differ from group to group, or culture to culture. What are the difficulties of moral relativism?
Determine how far away are the cliffs : You are on a boat in a fog and know there are cliffs ahead of you somewhere, but you cannot see them. How far away are the cliffs
Identify the presumed cause and the presumed effect : In the example below, identify the presumed cause and the presumed effect. Does the example contain or imply a causal claim, a hypothesis, or an explanation that cannot be tested?
What is the diameter of the gravitron ride : During a ride on the gravitron, a person finds herself stuck against the wall as she spins around with a frequency of 26.00 rpm, What is the diameter of the gravitron ride

Reviews

Write a Review

Basic Computer Science Questions & Answers

  What is the global cpi for each implementation?

Given a program with a dynamic instruction count of 1.0E6 instructions divided into classes as follows: 10% class A, 20% class B, 50% class C, and 20% class D, which implementation is faster?"

  Modify solution and categorize it using big-theta notation

Sometimes a slight change in the problem can significantly modify form of its solution. For instance, determine simple algorithm for solving following problem and categorize it using big-theta notation.

  Explain applications of pervasive computing

Which of the applications of pervasive computing do you believe are probable to gain greatest market acceptance over next few years? Why?

  Design a circuit that takes two 3-bit binary number

design a circuit that takes two 3-bit binary numbers A2A1A0 and B2B1B0 as inputs and that has single output L that is "one" if and only if A2A1A0 is less than B2B1B0. Your design can make use of NOT gates, XNOR gates, AND gates and OR gates as requir..

  How many bits are in each part include

Label all lines and show how many bits are in each part include how number of bits for offsets, etc are calculated please.

  What is networking appliance thought as one collision domain

This networking appliance can be thought of as one collision domain. What is it

  Create a website registration form to obtain

Create a website registration form to obtain a user's first name, last name, and email address. In addition, include an optional survey question that asks the user's year in college (e.g., Freshman). Place the optional survey question in a details..

  Describe tttc management significance of observing user

Using at least two articles for support, describe to TTTC management the significance of observing user reaction, suggestions, and innovations in prototyoping process.

  How the different tasks will play a part in future career.

How the different tasks will play a part in your current position or future career.

  Explain local-state-national resources unintentional injury

Explain the local, state, and national resources that are available for addressing unintentional and intentional injuries in American communities.

  Process centered organization differ from task-centered one

According to Hammer, how does a process centered organization differ from a task-centered one? What are the pros and cons of either approach?

  Test pseudocode by creating test plans and desk checks

Write down pseudocode for main menu. Write pseudocode for options, only code to navigate menu is required. Sketch flowchart for a main menu.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd