Welcome to the Tic Tac Toe game repository, a project developed by [Your Name]. The primary goal of this project is to provide users with an enjoyable experience while playing this classic game.
The repository includes three distinct pages:
- CreateGameScreen: An initial screen where users can input their names.
- GameListScreen: A screen displaying a list of previously created games.
- GameScreen: The main screen where the game is played.
Here are the features added to the project:
- Name Entry Page: A screen allowing users to input their names.
- Game List Page: A screen listing the user's previous games.
- Game Creation Page: A page where users can customize the background color, board size, and name of the game.
- Various table sizes (3x3, 4x4, 5x5) have been included.
- The option to change the game's background color.
- List and Details of Created Games: A screen displaying the list and details of games created by the user.
- Game End Conditions: The game concludes when either O or X wins. Similarly, in the event of a tie, the characters on the board are cleared, and the game restarts.
This project was developed using React. During the development phase, information provided by ChatGPT was utilized, with manual corrections made to address potential errors.
- Clone the project to your computer.
- Open the terminal in the project directory.
- Use the
npm install
command to install the required packages. - Start the project with the
npm start
command.
If you wish to contribute to the project, please open an issue to share your suggestions or change requests. Your contributions are highly appreciated!