Comments
This is an oidja board game for Twitch. It plays the same way as other "Twitch plays something" games.
How it works:
Game select some question.
You need to get three words for question answer.
Game reads letters from twitch chat and count votes for each letter. After some time result is fixed and new letter voting started.
Original Oidja can make letter noise. To avoid this I made votes in T9 manner. You need to select one of nine numbers instead letters. So anyway we will get words and not sequences of letters.
Installation Instructions:
install Node.js
unzip
Run: npm install
Run: node app.js
Open in browser: localhost:3000/chat2.html
You are ready to stream your browser.
P.S. Currently game use Russian language but it is easy to switch to English. See app.js and chat2.html.
P.S.S. You can you other chats as data source. See channels in app.js.
#other