Skip to content
Notifications You must be signed in to change notification settings

RITHAS7/tictactoe-ai

Repository files navigation

Tic-Tac-Toe AI

A simple Tic-Tac-Toe game built with React and Vite, featuring an AI opponent.

Features

  • Play against an AI
  • Responsive and minimal UI
  • AI with varying difficulty
  • Undo Feature to go back a Round

Getting Started

  1. Install dependencies:

    npm install
  2. Run the development server:

    npm run dev
  3. Build for production:

    npm run build

Project Structure

  • src/ — React components and game logic
  • public/ — Static assets

Customization

  • Modify AI logic in src/ai.js
  • Update styles in src/App.css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published