TicTacAI - Advanced Tic Tac Toe Game
Play Online •
Features •
AI Characters •
Installation •
How To Play •
Technologies •
License
Overview
TicTacAI is not your average Tic Tac Toe game. It features multiple AI characters with unique playing strategies, different difficulty levels, customizable settings, and detailed gameplay statistics. Challenge the computer in singleplayer mode or play against a friend in multiplayer mode.
Features
- Multiple Game Modes: Play against the computer or challenge a friend in local multiplayer
- AI Characters: Choose from 4 different AI personalities with unique strategies
- Difficulty Levels: Select from Easy, Medium, or Hard computer opponents
- Customizable Settings: Personalize player names, toggle sound effects, and more
- Dark Mode: Play in comfortable dark theme
- Responsive Design: Play on any device - mobile, tablet, or desktop
- Detailed Statistics: Track your performance against different AI characters and difficulty levels
- Sound Effects & Animations: Enjoy satisfying gameplay with visual and audio feedback
- Confetti Celebration: Victory is celebrated with a burst of confetti
AI Characters
TicTacAI features four distinct AI characters, each with its own playing style:
- ⚖️ Balanced - Plays with equal focus on offense and defense
- 🔥 Aggressive - Prioritizes offensive moves to win quickly
- 🛡️ Defensive - Focuses on blocking your winning moves
- 🎭 Tricky - Uses unexpected strategies to confuse opponents
Installation
Play Online
Visit tictacai.codemeapixel.com to play the game without installation.
Run Locally
Clone the repository:
git clone https://github.com/CodeMeAPixel/tictacai.git
cd tictacai
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:5000
Build for Production
npm run build
How to Play
- Select Game Mode: Choose between Singleplayer (against AI) or Multiplayer (with a friend)
- Choose Difficulty: In Singleplayer mode, select Easy, Medium, or Hard
- Select AI Character: Pick an AI opponent with a unique playing style
- Make Your Move: Click on any empty square to place your mark
- Win the Game: Get three of your marks in a row (horizontally, vertically, or diagonally)
Technologies
- Svelte - Frontend framework
- Canvas Confetti - Confetti animation
- HTML5, CSS3, JavaScript
- Responsive design with CSS Grid and Flexbox
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
)
- Commit your changes (
git commit -m 'Add some amazing feature'
)
- Push to the branch (
git push origin feature/amazing-feature
)
- Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Acknowledgements
Made with ❤️ by CodeMeAPixel