This repository contains an implementation of the classic Tic Tac Toe game using TypeScript, Vite, and Tailwind CSS.
- Clone this repository to your local machine.
- Make sure you have Node.js installed on your machine.
- Install dependencies by running
npm install
. - Start the development server by running
npm run dev
. - Open your browser and navigate to http://localhost:3000.
- User-friendly and responsive interface.
Ability to play against another player.(planned)- Automatic tracking of game state and detection of win or draw.
- Ability to reset the game at any time.
- TypeScript: Programming language for better code maintainability and readability.
- Vite: Fast build tool for modern frontend development.
- Tailwind CSS: Utility-first CSS framework for rapid and efficient styling.
Contributions are welcome! If you'd like to improve this game, feel free to open a Pull Request.
This project was developed by Tivins.
This project is licensed under the MIT License. See the LICENSE
file for details.