I led a team that created a multiplayer online clone of the card game Love Letter. We called our version Crush Note.
The game can be played with 2 to 4 players. For development purposes we often had to test the game on a single machine. The trick was using either Safari or Chrome, one window in incognito mode and the other in normal mode with two different users signed in.
This app uses a MongoDB database and Mongoose to interface with it. It is hosted on heroku, and is built on Node and Express with a React front end. We used PureCSS components and heavily customized them.
Check out our github repository to see how we built it.