Jumping Game

This is a game that I made in the summer semester, 2019. Players can log in to the game, jump around, and score points by jumping. Each jump scores one point. Currently, there’s not much more to the game than that. Interestingly, this project uses node.js to implement a multiplayer feature. The first player can play the game by typing http://localhost:3000 in the browser. Then, a second player can join in on the fun if they also type http://localhost:3000 in another browser. Each player can see the other as they jump around. Interestingly, the player always controls the red block, while the player in the other browser is the blue block.