Question: write a programme in C which allows users to play tic-tac-toe against the computer, i.e. as a one player game. Users should have an account
write a programme in C which allows users to play tic-tac-toe against the computer, i.e. as a one player game. Users should have an account which will record and save their wins and losses.
There are a number of requirements as described in the following section.
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 accumulative numbers of wins and losses.
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 choose:
(i) To go first or second
(ii) To play again, or not at the end of each game
On choosing not to play again the users account information should be updated in the file
i.e. number of wins and losses.
please!!!!!!!!!!!!!!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
