Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 694 Bytes

Cooperation IO

Do you want to challenge your colleagues/friends thought a list a games requiring cooperation and deep search.

##Install Install node.js: http://nodejs.org/

Then npm install

##Games The possible games are:

  • click game: global click button
  • question game factory: To create your own question game. Pass the question and the expected answer, it returns the question-game
  • mole game: can everyone click on all the pictures at the same time?
  • keyboard game: can everyone press one keyboard button at the same time?

Once you built and made all your games, list them in game.js in the "games" list.

Run node main.js and visit http://localhost:3000