Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 181 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 181 Bytes

connect4.js

Popular Connect Four game implemented using Node.JS

Installation

Install dependencies:

npm install

Usage

To run the server in localhost:3000:

npm run