truth-sockets

A website where you can create room to play truth game in sync. It works in node.js environment usig socket.io

game

  1. Create or join an existing room, where initially everyone adds their questions.
  2. Once everyone has added their question you can click on begin game, and a counter of 10 sec starts
  3. All the questions are laid out randomly on cards, which are flipped so you can't see the questions
  4. A person is chosen randomly to flip the card and answer the question

usage instructions

To run the code you need to have node and npm installed

  1. Open the truth-socket folder in an Ide
  2. Run the command node server.js
  3. If an error appears download the required node modules and retry the command node server.js