A Connect4 game for cli
Important
You need to have installed nodejs
npm:
$ npm install -g @jonathangomz/connect4
$ connect4 start
From repository
$ git clone https://github.com/jonathangomz/connect4.git
$ cd connect4
$ npm install
#To run start command 'connect4 start'
$ npm run cli-start
#To run base command 'connect4 <commands>'
$ npm start