Created during IMM 280 by Justin Cooper, Melanie De Leon, Sterly Deracy, Karyme Estevez in the 2022 Fall semester.
This uses some logic for starting the game by another developer named Chris Deacy. You can find his repo here
You will need to install yarn if you haven't already, which means that you'd have to install node and npm.
https://nodejs.org/en/download/
Once that's installed, then you can follow this:
https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable
# Install Dependencies
# If you got an error with something similar to:
# "https://unpm.uberinternal.com/ocular/-/ocular-0.2.16.tgz: Request failed \"401 Unauthorized\"".
# Delete the yarn.lock file
$ yarn
# Start server
$ yarn start