https://github.com/taniarascia/tictactoe
#️⃣ Tic Tac Toe in TypeScript.
https://github.com/taniarascia/tictactoe
game javascript tic-tac-toe tictactoe typescript
Last synced: 6 months ago
JSON representation
#️⃣ Tic Tac Toe in TypeScript.
- Host: GitHub
- URL: https://github.com/taniarascia/tictactoe
- Owner: taniarascia
- License: mit
- Created: 2019-04-23T01:01:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T01:17:02.000Z (over 5 years ago)
- Last Synced: 2025-03-20T21:13:43.045Z (7 months ago)
- Topics: game, javascript, tic-tac-toe, tictactoe, typescript
- Language: TypeScript
- Homepage: https://taniarascia.github.io/tictactoe
- Size: 24.4 KB
- Stars: 42
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# #️⃣ TicTacToe
[](https://opensource.org/licenses/MIT)
Simple Tic Tac Toe implementation in TypeScript.
### [View demo](https://taniarascia.github.io/tictactoe)
## Installation
```bash
npm i
npm run build # to compile TypeScript
npm run watch # to set a TypeScript watch
```Go to `index.html` in a browser.
## Author
- [Tania Rascia](https://www.taniarascia.com)
## License
This project is open source and available under the [MIT License](LICENSE).