https://github.com/notwoods/pass-the-bomb
[UBC Local Hack Day 2016] A multiplayer word game where players must quickly think of words to pass the bomb to another player before time runs out.
https://github.com/notwoods/pass-the-bomb
game hackathon local-hack-day multiplayer socket-io
Last synced: 2 months ago
JSON representation
[UBC Local Hack Day 2016] A multiplayer word game where players must quickly think of words to pass the bomb to another player before time runs out.
- Host: GitHub
- URL: https://github.com/notwoods/pass-the-bomb
- Owner: NotWoods
- Created: 2016-12-03T17:08:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T12:07:42.000Z (almost 7 years ago)
- Last Synced: 2026-02-18T15:42:35.353Z (4 months ago)
- Topics: game, hackathon, local-hack-day, multiplayer, socket-io
- Language: JavaScript
- Homepage: https://pass-the-bomb.glitch.me/
- Size: 7.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# pass-the-bomb
[](https://devpost.com/software/passthebomb)
UBC Local Hack project, based on the board game [Pass the Bomb](https://en.wikipedia.org/wiki/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.
## Preview

## Installing / Getting started
Install [Node](https://nodejs.org/) and npm if you haven't, and clone or download this repository.
Then run:
```shell
npm install
npm start -- 8000
```
This launches the server and prints the URL players should visit.
## Developing
### Built With
* Node.js v7
* socket.io v1.7
* hapi v16