A simple Tic Tac Toe game in React with a computer opponent. LIVE DEMO
- Clone the repository
- Run
pnpm install
- Run
pnpm dev
- Open
http://localhost:5173
in your browser
- Play against a computer opponent
- Play again after the game is over
- See the game score
- React
- TypeScript
- Tailwind CSS
- Vite
- Add a difficulty setting for the computer opponent
- Ability to choose X or O
- This project was bootstrapped with Vite.
- The Tic Tac Toe game logic is based on the React tutorial.