Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 682 Bytes

Connect3D

Multiplayer Connect 4 with a 3D twist.

Project

The project is currently live on Heroku at connect3d.herokuapp.com/. Feel free to jump into matchmaking.

New Features

  • Highlighted win streak
  • Tab notification on move
  • Rotation over phi axis and zoom

Upcoming Features

The following features are being prioritized (at my discretion). By popular demand:

  • Names
  • Chat
  • Connection timeouts

Contributing

Easy to clone and install!

$ git clone https://github.com/abhandaru/Connect4.git
$ cd Connect4
$ npm install
$ node app.js

Boot up a browser and point it to http://localhost:3000.