A simple tool to create debates.
First, a question is written for both players to repond to. Once they respond, each player writes a Counter, or rebuttal, to that answer. Based on these answers, a new question is written and the cycle repeats.
Players are sent in a specific order through the pages:
- index.html
- question.html
- answerInput.html
- displayAnswers.html
- counterInput.html
- displayCounters.html
After this page, the cycle repeats, returning to question.html
In Streamer Mode, 2 windows are open at the same time. One controls the game, and the other displays the game to viewers.
All javascript is contained in main.js.
This project uses bootstrap, with style.css only being used for margins.