@jonathangomz/connect4
v0.2.0
Published
Connect4 Game
Downloads
2
Readme
Connect4
A Connect4 game for cli
Installation
[!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