Question: Write a java program for a matchstick game being played between the computer and a user. Your program should ensue that the computer always wins.
Write a java program for a matchstick game being played between the computer and a user. Your program should ensue that the computer always wins. Rules for the games are as follows :
There are 21 matchsticks
The computer asks the player to pick 1,2,3 or 4 matchsticks
After the person picks the computer does its picking
Whoever is forced to pick the last matchstick loses the game.
Hint: (The computer would pick the matchstick so that th total is 5, so if the user picks 1 the computer picks 4, if the user picks 2 compute picks 3 and so forth)
After creating game, enter the name of the player and add it to a file. The program should be able to read the file and pull a list of all the users who have played with the computer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
