A TicTacToe CLI game written in Node.JS.
$ git clone https://github.com/ookldev/tictactoe.git
$ cd tictactoe
$ npm install
That's all.
Next just type node main
every time you want to run the app.
To run this game you need Node.JS to be installed.