Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T12:07:42.000Z (over 5 years ago)
- Last Synced: 2025-01-26T19:24:50.431Z (13 days 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: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pass-the-bomb
[![devpost - Local Hack Day 2016](https://img.shields.io/badge/Devpost-Local%20Hack%20Day%202016-blue.svg)](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
![](https://challengepost-s3-challengepost.netdna-ssl.com/photos/production/software_photos/000/454/673/datas/gallery.jpg)
## 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