Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dugajean/node-tictactoe

Simple Terminal TicTacToe game made in NodeJS.
https://github.com/dugajean/node-tictactoe

game nodejs tictactoe

Last synced: 22 days ago
JSON representation

Simple Terminal TicTacToe game made in NodeJS.

Awesome Lists containing this project

README

        

# Node TicTacToe

Simple Terminal TicTacToe game made in NodeJS.

Play game by running:

```
$ node src/game.js
```

Enjoy!

## License

This project is released under the [the MIT License](LICENSE).