This is a connect4 multiplayer game I made as a final project for my Web Development class. This was a solo dolo project which I made using a TON of javascript, some HTML, pug, express, Node.js and a few other minor libraries.
This is playable at this link here: https://safe-everglades-71495.herokuapp.com/ (give it a few seconds to load at first).
The game comes complete with a fully working user system where you can:
- add and delete friends
- you can change your profile privacy
- you can view other peoples profiles
- you can search for users
- and much more!
As for the game side:
- fully working multiplayer connect4
- you can create public, private and friends only games
- you can view other games and chat at the same time (global chatbox, same chatbox for all games)
- can view past games final board
Below are screenshots of the website
Sign up page:
Login page:
Profile page:
Viewing profile of others page:
Search page: NOTE: shows all registered public users in the list, when you search it filters by users that contain seach parameters!
Game creation page:
Game page (with a winning example):
Game page (with a winning example):