Multiplayer Connect 4 with a 3D twist.
The project is currently live on Heroku at connect3d.herokuapp.com/. Feel free to jump into matchmaking.
- Highlighted win streak
- Tab notification on move
- Rotation over phi axis and zoom
The following features are being prioritized (at my discretion). By popular demand:
- Names
- Chat
- Connection timeouts
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
.