A small game I created, based on the "Rapid Reaction" game, however a lot of code is edited so bugs in the original code are patched so cheating (or glitching...) is prevented. New features, such as a upgraded start screen (no music... :( ) are created to super upgrade the game. Made in just 30 minutes... Known bugs: 1. It is possible to press the keys BEFORE the green light comes, this bug is patched here. 2. Spam pressing the space bar can help with cheating and starting the game earlier than expected, as the original code uses the "when (space) key pressed" block, which can apply even when the green flag is not pressed yet. In this project, the bug is fixed by using messages instead of "when (key) key pressed" blocks.
This game is based on the "Rapid Reaction" game from the book "Coding in Scratch: Games Workbook", by Dorling Kindersly and written by Jon Woodcock & Steve Setford. Trivia: When I was new to coding and Scratch, I made an original version of this project at (link). Check it out!