A basic web-based multiplayer game of the sport of ultimate. Each browser which connects to the game becomes a player in the game. The game has been deployed to Heroku at https://ultimate-game-v2.herokuapp.com/
This project uses node.js and webpack. Use the following commands to run the project.
webpack --config webpack.config.js
node server.js
You'll have to install webpack globally in order to use the webpack command.
This game was created by forking the game Tank Anarchy created by Alvin Lin and Kenneth Li.