a dumb multiplayer html canvas game using websockets
after making sure you have docker and git installed, make a clone of the repository and cd into it
git clone https://github.com/urlordjames/greg-adventure.git && cd greg-adventure
then move greg.service to your systemd services directory
mv greg.service /etc/systemd/system/greg.service
you will most likely have to reload the systemctl daemon for it to work
systemctl daemon-reload
if you cannot run build.sh add run permissions then run it
chmod +x build.sh
./build.sh
now you can start the systemd service
systemctl start greg.service
it is hosted on port 8080