UBC Local Hack project, based on the board game Pass the Bomb.
A multiplayer word game where players must quickly think of words to pass the bomb to another player before time runs out. Created in Javascript, powered by socket.io and hapi inside Node.
Install Node and npm if you haven't, and clone or download this repository. Then run:
npm install
npm start -- 8000This launches the server and prints the URL players should visit.
- Node.js v7
- socket.io v1.7
- hapi v16
