Skip to content

jonathangomz/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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