For the school subject "Real-Time Web", I created a web app that uses templating, routing and a remote database.
This is a Connect Four game, made real-time with socket.io.
In order to install this app on your local computer, fork this repo, then run git clone
in your terminal and install the packages with npm, using npm install
.
To start the game locally, run npm start
. The server will run by default on port 3000.
- Playing real time
- Calculating a win in all directions
- Waiting on an opponents turn
- Adding a waiting room when when there are no opponents
- Adding multiple game rooms
- Giving a more fluid playing experience