Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tivins/tic-tac-toe

The classic Tic Tac Toe game
https://github.com/tivins/tic-tac-toe

browser-game game retro tailwindcss typescript vitejs

Last synced: 6 days ago
JSON representation

The classic Tic Tac Toe game

Awesome Lists containing this project

README

        

# Tic Tac Toe

This repository contains an implementation of the classic Tic Tac Toe game using TypeScript, Vite, and Tailwind CSS.

## [Online Demo](https://tivins.github.io/tic-tac-toe/dist/)

## How to Play

1. Clone this repository to your local machine.
2. Make sure you have Node.js installed on your machine.
3. Install dependencies by running `npm install`.
4. Start the development server by running `npm run dev`.
5. Open your browser and navigate to http://localhost:3000.

## Features

- 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.

## Technologies Used

- **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.

## Contribution

Contributions are welcome! If you'd like to improve this game, feel free to open a Pull Request.

## Author

This project was developed by [Tivins](https://github.com/tivins).

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.