A simple Tic-Tac-Toe game built with React and Vite, featuring an AI opponent.
- Play against an AI
- Responsive and minimal UI
- AI with varying difficulty
- Undo Feature to go back a Round
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
src/— React components and game logicpublic/— Static assets
- Modify AI logic in
src/ai.js - Update styles in
src/App.css