Platform game using computer as console, mobile devices as controllers
created by Emily Chang and Alvin Wan
- Go to jump.eemily.com and click "New Game".
- Copy the URL in the top right corner.
- To join the game, access that URL on a mobile device, and tell your friends to do the same!
Your mobile device is now a controller with the "Jump" command, and your computer is a game console. Compete with your friends and see who can last the longest.
To develop, clone this repository locally, and install NodeJS dependencies.
npm install
Then, run index.js.
node index.js
The application will begin running at localhost:3000.