Post by giovanidu62 on Jan 22, 2021 19:00:32 GMT -5
Hi there !
If I'm digging up this post, it's because my Brainiest Software project is finally coming to an end. Indeed, I'm here to present you a software capable of managing the whole show, all using WebSocket technology, capable of interconnecting a multitude of devices in real time. Perfect for this general knowledge game where more than a dozen participants have to answer simultaneously, no?
Then let's go and see this one in detail!
First of all, the software is divided into 4 displays:
- the first one, the Editor screen which manages all the other screens (music, questions, timer, rankings, calculations, etc.).
- The second is the Presenter screen, which, as the name suggests, is used by the presenter. It is similar to the one that can be used during actual filming.
- the third, the Public/Candidates screen, is used to display questions, charts, rankings for the participants but also for the audience. There too, it groups all the information together, in the same graphic style as the three screens located in the real show (but in a single screen).
- the fourth, the Control screen for the candidates. This one allows the players to answer the question, in the same way as the desks are arranged in the real show.
To summarize the operation of this setup, when the "Show Question" button is pressed on the Editor Screen, the question is displayed live on the other three screens, wherever the connected person is located. This is done through a web server, but if you want more details about this contact me in MP.
Conversely, when a candidate answers a question on the controller screen, the answer is sent directly to the editor screen which will process it to adjust the points.
Here are some screens of the different displays to show you the software:
EDITOR SCREEN :
If I'm digging up this post, it's because my Brainiest Software project is finally coming to an end. Indeed, I'm here to present you a software capable of managing the whole show, all using WebSocket technology, capable of interconnecting a multitude of devices in real time. Perfect for this general knowledge game where more than a dozen participants have to answer simultaneously, no?
Then let's go and see this one in detail!
First of all, the software is divided into 4 displays:
- the first one, the Editor screen which manages all the other screens (music, questions, timer, rankings, calculations, etc.).
- The second is the Presenter screen, which, as the name suggests, is used by the presenter. It is similar to the one that can be used during actual filming.
- the third, the Public/Candidates screen, is used to display questions, charts, rankings for the participants but also for the audience. There too, it groups all the information together, in the same graphic style as the three screens located in the real show (but in a single screen).
- the fourth, the Control screen for the candidates. This one allows the players to answer the question, in the same way as the desks are arranged in the real show.
To summarize the operation of this setup, when the "Show Question" button is pressed on the Editor Screen, the question is displayed live on the other three screens, wherever the connected person is located. This is done through a web server, but if you want more details about this contact me in MP.
Conversely, when a candidate answers a question on the controller screen, the answer is sent directly to the editor screen which will process it to adjust the points.
Here are some screens of the different displays to show you the software:
EDITOR SCREEN :
|
-> Editor screen - Round 1
|
-> Editor screen - Round 1 (Contestants list, when green : correct answer, yellow : no answer (too late), red : wrong answer, darkslategray : not connected (as contestants 2 to 12 here), lightslategray : connected (no case here))
|
-> Editor screen - Round 2
|
-> Editor screen - Round 3
|
-> Host screen - Round 1
|
-> Host screen - Round 2
|
-> Host screen - Round 3
|
-> Audience/Contestants screen - Round 1 (Question & Answers & Timer)
|
-> Audience/Contestants screen - Round 1 (Rankings)
-> Audience/Contestants screen - Round 1 (Rankings)
|
-> A/C screen - Round 2 (Code breaker)
|
-> A/C screen - Round 2 (Contestants order)
|
-> A/C screen - Round 2 (Q&A&T& Points)
|
-> A/C screen - Round 2 (Categories)
|
-> A/C screen - Round 3 (Questions grid)
|
-> Control screen - Round 1 (Q&A where the contestants must tap on an answer to choose it)
|
-> C screen - R1 (When an answer is chosed, others become gray)
|
-> C screen - R1&2 (Missing word)
|
-> C screen - R2&3 (Code breaker) while the answer written in the textarea is false, the content stills display. When its true, everything is erased.
This is all ! Today, I upgrade some little things to the software, in particular about graphic effects. But I want to to add the new graphic system of the new version of the show in France. This is why I'm searching some people to work with me !
If you want any more informations, dont hesitate to call me. The goal of this project is to make a game where everybody can play, this is why, when this software will be totally finished, i will share it here.
I'm starting to do the same thing with WWTBAM, but this will be the subject for another thread !
Good day for everyone, and take care of you in this current situation
EDIT: I search to some people who know very well the show, and who can tell me the whole versioning of this show in the world, I know that some countries had other ways to play the game. Im too open to translate the logiciel in other languages
Yoyo