sudo apt update && sudo apt upgrade
sudo apt install nodejs npm
sudo apt install npm
npm install
npm start
And point your browser to http://localhost:3000.
- Multiple users can join the fun by each entering a unique username on website load. Note: only the first two players will be able to use the snake
- The two players can control their snake using the arrow keys on their keyboard
- All players/observers will receive a notification when an user joins or leaves the game.

