- This is a simple tic-tac-toe game built with React.
- A player can play with the herself/himself.
- Designed for you to win every time
- But you can also lose if you want :)
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the development server - Open in your browser
- Play the game!