- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
Tic-Tac-Toe-React is a game built using React Hooks. The game is played on a 3Γ3 grid, and the player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
Client
- The game is played on a 3Γ3 grid.
- The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
- The game can keep track of the moves history and allow players to go back to previous moves.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Node.js
- npm
Clone this repository to your desired folder:
cd my-folder
git@github.com:jorgegoco/tic-tac-toe-react.git
Install this project with:
cd tic-tac-toe-react
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
You can deploy this project using:
npm run deploy
π€ Jorge GonzΓ‘lez Conde
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Add a feature that allows players to choose their own symbols.
- Add a feature that allows players to play against the computer.
- Add a feature that allows players to play against each other online.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...give it a βοΈ!
I would like to thank @microverse
This project is MIT licensed.