Skip to content

mathishouis/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4

A simple asynchronous Connect Four made for GitHub readme.

screenshot

Installation

  1. Run npm i to install the dependencies.
  2. And run npm run start to launch the web server.
  3. Play!

Docker

  1. Run docker build -t connect4 .
  2. And run docker run -d -p 3000:3000 connect4