Tic-Tac-Toe AI is a simple and minimal web-based tic-tac-toe game where you can choose X or O and play against an AI opponent. The AI is powered by the Minimax algorithm, ensuring a smart and unbeatable gameplay experience. The app is built using Nuxt, Vue, and TailwindCSS.
This project is a classic tic-tac-toe game with an AI opponent. You can pick your side (X or O) and challenge the AI, which uses the Minimax algorithm to make optimal moves. The interface is clean, fast, and responsive, offering a simple yet engaging game experience.
- Play as X or O
- Smart AI powered by Minimax algorithm
- Minimal and responsive UI
- Built for quick and casual gameplay
- Framework: Nuxt (Vue)
- Styling: TailwindCSS
- AI Logic: Minimax Algorithm
-
Clone the repository:
git clone https://github.com/sansalgo/tic-tac-toe-ai.git cd tic-tac-toe-ai -
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev
-
Open your browser and go to:
http://0.0.0.0:3000
Play now: Tic-Tac-Toe AI Live
Contributions are welcome! If you find bugs or have feature suggestions, feel free to open an issue or create a pull request.
This project is licensed under the MIT License – see the LICENSE file for details.
