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: about 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T18:50:37.000Z (about 9 years ago)
- Last Synced: 2026-03-04T00:33:21.050Z (3 months ago)
- Topics: expressjs, javascript, jquery, multiplayer-game-server, nodejs, socket-io
- Language: JavaScript
- Size: 134 KB
- Stars: 3
- Watchers: 1
- 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