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.
- 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
git clone https://github.com/nafeu/groop-think.git
cd groop-think
npm install
bower install
Run npm start
to compile and run the server (specify an optional port with the env var PORT
)
Run the gulp
command. Simple debug commands are accessible in the server console, type help
to print a list of available commands
Nafeu Nasir
MIT