(Solved) : Game Game Rock Paper Scissors Played Computer Write Program C Q33026087 . . .
The game is a game of rock, paper, scissors playedagainst the computer. Write this program with C.

Program Requirements . Your program should provide users with the ability to create an account. An account should be a structure type variable containing: a username, a password and a record of the game history The game history should be stored in a two-dimensional array and contain the following details as a minimum (i)Number of rounds in a game (ii)Number of player wins (ii)Number of computer wins (iii)Number of draws (iv) Whether or not the game was overall a win draw or loss . . All of the accounts should be stored in a data file and accessed by the program Once a user is logged on to the game they should be able to: (i)Start a new game (ii)Review their game history (iii) Clear their game history (v) Logout Normally, the use of global variables is not allowed. Any use of global variables must be fully justified in your report Show transcribed image text
Expert Answer
Answer to Game Game Rock Paper Scissors Played Computer Write Program C Q33026087 . . .
Related