Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nafeu/groop-think
Multiplayer party game built with Node.js, Express.js, SOCKET.IO and jQuery
https://github.com/nafeu/groop-think
expressjs javascript jquery multiplayer-game-server nodejs socket-io
Last synced: 17 days ago
JSON representation
Multiplayer party game built with Node.js, Express.js, SOCKET.IO and jQuery
- Host: GitHub
- URL: https://github.com/nafeu/groop-think
- Owner: nafeu
- License: mit
- Created: 2017-03-21T01:18:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T18:50:37.000Z (over 7 years ago)
- Last Synced: 2024-12-23T14:29:26.186Z (18 days ago)
- Topics: expressjs, javascript, jquery, multiplayer-game-server, nodejs, socket-io
- Language: JavaScript
- Size: 134 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Groop Think
Example multiplayer party game built with Node.js, Express.js, Socket.IO and jQuery. A personal boilerplate for prototyping browser based party game ideas that can be sufficiently implemented using familiar js based web-stacks.
### How to play
* Create a room and invite some humans
* Be prompted with an opinionated question that all your humans must answer
* Pick the answer that you think will be the most popular
* Win points and gloat to your fellow humans## Installation
```
git clone https://github.com/nafeu/groop-think.git
cd groop-think
npm install
bower install
```## Usage
### Basic Usage
Run `npm start` to compile and run the server (specify an optional port with the env var `PORT`)
### Development
Run the `gulp` command. Simple debug commands are accessible in the server console, type `help` to print a list of available commands
## Credits
Nafeu Nasir
## License
MIT