A multiplayer game presented at Framsia React meetup.
Build and serve
git clone git@github.com:unfold/whack-a-mole.git
cd whack-a-mole
npm install
npm run serve
Go to localhost:5050
The game has a participant view, and an admin view to view all players and start/stop the game. To access the admin view press the A
key anywhere in the game.