From 7565ea2104c3d8ea749c5d9b8f95543e095dd071 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 26 Feb 2024 21:53:10 -0600 Subject: [PATCH] Remove remnants of beast logo. --- README.md | 4 ++++ countdown-app/templates/base.html | 2 +- leader-app/static/challenge-logo.png | Bin 0 -> 4604 bytes leader-app/static/mr-beast-logo.png | Bin 12026 -> 0 bytes leader-app/templates/base.html | 2 +- resources/screenshots/overview-example.png | Bin 982496 -> 404078 bytes resources/screenshots/room-edit-example.png | Bin 782686 -> 240325 bytes resources/screenshots/room-lights-example.png | Bin 1056441 -> 426807 bytes resources/screenshots/room-vote-example.png | Bin 964960 -> 387613 bytes resources/screenshots/room-votes-example.png | Bin 319090 -> 188257 bytes resources/screenshots/test-mode-example.png | Bin 558009 -> 380436 bytes 11 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 leader-app/static/challenge-logo.png delete mode 100644 leader-app/static/mr-beast-logo.png diff --git a/README.md b/README.md index 5cf3481..9b8a876 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A control system for the buttons and in-room LEDs in MrBeast's [Ages 1 - 100 Fight For $500,000](https://www.youtube.com/watch?v=FM7Z-Xq8Drc) video. +There is a 'leader' app that runs on a 'farmer' node, which controls the challenge mechanics. It is used by those in control to monitor the current game state (e.g. how many rooms voted for a certain choice), and to configure new rounds. + +Then there are small apps that run on distributed computers (one per 'Room') to manage the physical state of the Room lights and accept input from a set of buttons placed inside. + My [behind-the-scenes video about the 1-100 challenge](https://www.youtube.com/watch?v=wsV_C9cMf8A) contains a lot more detail:

Jeff Geerling with a relay board on MrBeast set

diff --git a/countdown-app/templates/base.html b/countdown-app/templates/base.html index ca4cb5a..94f9c96 100644 --- a/countdown-app/templates/base.html +++ b/countdown-app/templates/base.html @@ -12,7 +12,7 @@