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

https://github.com/jonathangomz/connect4

A Connect4 Game for CLI
https://github.com/jonathangomz/connect4

cli commanderjs connect4 nodejs

Last synced: 4 months ago
JSON representation

A Connect4 Game for CLI

Awesome Lists containing this project

README

          

## Connect4
A Connect4 game for cli

## Installation
> [!IMPORTANT]
> You need to have installed nodejs

**npm:**
```bash
$ npm install -g @jonathangomz/connect4

$ connect4 start
```

**From repository**
```bash
$ 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 '
$ npm start
```