Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torvec/tic-tac-toe-react
Tic Tac Toe React
https://github.com/torvec/tic-tac-toe-react
game reactjs vite
Last synced: 6 days ago
JSON representation
Tic Tac Toe React
- Host: GitHub
- URL: https://github.com/torvec/tic-tac-toe-react
- Owner: Torvec
- Created: 2024-10-01T23:35:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:22:21.000Z (2 months ago)
- Last Synced: 2024-10-26T05:26:12.538Z (2 months ago)
- Topics: game, reactjs, vite
- Language: TypeScript
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe in React + TypeScript + Vite + TailwindCSS
What was initially a vanilla javascript project is now a React + TypeScript + Vite + TailwindCSS project. This project is a combination of my two previous Tic Tac Toe projects but made with React and TypeScript.My previous projects:
- [Tic Tac Toe Classic](https://github.com/Torvec/tic-tac-toe-ultimate)
- [Tic Tac Toe Ultimate](https://github.com/Torvec/tic-tac-toe-classic)## Features
- Play classic Tic Tac Toe on a 3x3 grid or play ultimate Tic Tac Toe on a 9 x 3 x 3 grid.
- Play against a friend (locally)
- Playable with mouse or touch enabled devices.## Play Now
[Coming Soon](https://github.com/Torvec/tic-tac-toe-react)