A website where you can create room to play truth game in sync. It works in node.js environment usig socket.io
- Create or join an existing room, where initially everyone adds their questions.
- Once everyone has added their question you can click on begin game, and a counter of 10 sec starts
- All the questions are laid out randomly on cards, which are flipped so you can't see the questions
- A person is chosen randomly to flip the card and answer the question
To run the code you need to have node and npm installed
- Open the truth-socket folder in an Ide
- Run the command node server.js
- If an error appears download the required node modules and retry the command node server.js