Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 643 Bytes

Ultimate Web Game

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/

How To Run Project

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.

Acknowledgements

This game was created by forking the game Tank Anarchy created by Alvin Lin and Kenneth Li.