Write a program that plays the game of pig

Assignment Help JAVA Programming
Reference no: EM131449924

Programming Assignment: The Game of Pig

The game of Pig is a simple two-player dice game in which the first player to reach 100 or more points wins. Players take turns. On each turn, a player rolls a six-sided die:

• If the player rolls a 1, then the player gets no new points and it becomes the other player's turn.

• If the player rolls 2 through 6, then he or she can either

o ROLL AGAIN

or

o HOLD:

At this point, the sum of all rolls is added to the player's score and it becomes the other player's turn.

Write a program that plays the game of Pig, where one player is a human and the other is the computer. When it is the human's turn, the program should show the score of both players and the previous roll. Allow the human to input whether to roll again or hold.

The computer program should play according to the following rules:

• Keep rolling when it is the computer's turn until it has accumulated 20 or more points, then hold.
• If the computer wins or rolls a 1, then the turn ends immediately.

Allow the human to roll first.

Notes

To make your task easier, you should modularize your codes as the following methods:

• staticintusersTurn(intoldTotal): user rolls until they either:

o hold: the turn total is added to the oldTotal and the sum is returned
o roll a 1: the oldTotal is returned

• staticintcomputersTurn(intoldTotal): computer rolls until it either:

o holds (once it has accumulated 20 or more points for this turn): the turn total is added to the oldTotal and the sum is returned
o rolls a 1: the oldTotal is returned

• staticintrollDie(): simulates rolling a die (random number from 1 to 6).

Reference no: EM131449924

Questions Cloud

Find the total present value of those costs : Calculate the cost (inflated at 6%) for each year of college and find the total present value of those costs,
Explain how the company will track sales and receipts : How the company will track sales and receipts, and the application will report in to a central server to collect all the sales data from all the locations.
What is the beta of the firms assets : The risk-free rate equals 7%, and the expected risk premium on the market portfolio equals 7%. What is the firm's WACC? What is the beta of the firm's assets?
How large will your last payment be : Your last deposit, which will occur at the end of Year 6, will be for less than $1,500 if less is needed to reach $10,000. How large will your last payment be?
Write a program that plays the game of pig : Write a program that plays the game of Pig, where one player is a human and the other is the computer. Allow the human to input whether to roll again or hold.
Regarding the short-term trading and bond swap opportunity : Regarding the short-term trading opportunity-What basic trading principle is involved in this situation? Regarding the bond swap opportunity:
Annual discount rate-all cash flows occur at end of year : Assume that the annual discount rate is 15% for all projects, and that all cash flows occur at the end of the year. Please consider each statement independently
Treasury issued ten-year inflation indexed note : the U.S. Treasury issued a? ten-year inflation indexed note with a coupon of 6%. What principal and coupon payment was made on January? 15, 2030?
Prepare the income tax expense section of income statement : prepare the income tax expense section of the income statement for 2014, beginning with the line income before income taxes

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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