Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.06 KB

PoTicTac - 4-in-a-Row Tic Tac Toe

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.

Features

  • 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

Play Online

Visit https://potictac.azurestaticapps.net to play the game.

Development

Prerequisites

  • Node.js 18 or higher
  • npm

Setup

  1. Clone the repository
git clone https://github.com/punkouter25/PoTicTac.git
cd PoTicTac
  1. Install dependencies
npm install
  1. Start development server
npm start
  1. Build for production
npm run build

Technologies Used

  • React
  • TypeScript
  • CSS3 with retro styling
  • Webpack
  • Azure Static Web Apps for hosting

License

MIT License - feel free to use and modify as you like!