A retro-styled 6x6 Tic Tac Toe game where players need to get 4 in a row to win. Built with React and TypeScript, featuring a retro arcade aesthetic and AI opponent.
- 6x6 game board
- Get 4 in a row to win (horizontal, vertical, or diagonal)
- Retro arcade-style UI with glowing effects
- AI opponent with three difficulty levels
- Responsive design for all devices
- Cool animations and visual feedback
Visit https://potictac.azurestaticapps.net to play the game.
- Node.js 18 or higher
- npm
- Clone the repository
git clone https://github.com/punkouter25/PoTicTac.git
cd PoTicTac
- Install dependencies
npm install
- Start development server
npm start
- Build for production
npm run build
- React
- TypeScript
- CSS3 with retro styling
- Webpack
- Azure Static Web Apps for hosting
MIT License - feel free to use and modify as you like!