In this project is a the popular game TicTacToe game which allows play it online. The project uses one of the most popular algorithms known, minmax is a algorithm that predict the moves in board games, here I implemented a version for the tictactoe game.
Game Link: Game live link
If you want to check the code, feel free to use as you want, license MIT :v or whatever my code is yours...
1.Download the repository in your computer and prefered route
git clone https://github.com/Rvjonh/TicTacToe.git
2.Install the dependencies
npm i
3.Run development server
npm run dev
4.Read the code and make changes
- React
- Sass
- Vite
This project uses vite and react to being build so make sure you understand those concepts.