Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 457 Bytes

Whack a Mole

A multiplayer game presented at Framsia React meetup.

Build and serve

git clone [email protected]:unfold/whack-a-mole.git
cd whack-a-mole
npm install
npm run serve

Go to localhost:5050

Admin

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.