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

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.

Awesome Lists containing this project

README

          

# #️⃣ TicTacToe

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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).