Question: Create a simple Yahtzee game in Java(NO GUI -console only). -It should also record top scores in a txt.file that displays when user starts game
Create a simple Yahtzee game in Java(NO GUI -console only).
-It should also record top scores in a txt.file that displays when user starts game and if they get a high score it saves the score number and the score hand they got back into the txt file.
- have an additional file to store play data from the last 10 games.will be called score.dat" and will store a summary of the play from previous games -
3 rounds -score after three -let user hold one integer each round. hold back into array and then recall in next roll.
-dont allow re roll. but freeze an integer from rolling
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
