Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tivins/tic-tac-toe
- Owner: tivins
- License: mit
- Created: 2024-03-31T19:50:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:20:57.000Z (10 months ago)
- Last Synced: 2024-11-15T16:17:33.334Z (2 months ago)
- Topics: browser-game, game, retro, tailwindcss, typescript, vitejs
- Language: TypeScript
- Homepage: https://tivins.github.io/tic-tac-toe/dist/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.