From 6d53576908600987eff85e0c235ec0cc8564db66 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 18:28:48 +0000 Subject: [PATCH] Automated ingestion of prompt: Squid Game - Red Light, Green Light Challenge --- ...ame_red_light_green_light_challenge_400.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 prompts/coding/squid_game_red_light_green_light_challenge_400.md diff --git a/prompts/coding/squid_game_red_light_green_light_challenge_400.md b/prompts/coding/squid_game_red_light_green_light_challenge_400.md new file mode 100644 index 0000000..c2ef73c --- /dev/null +++ b/prompts/coding/squid_game_red_light_green_light_challenge_400.md @@ -0,0 +1,24 @@ +--- +title: "Squid Game - Red Light, Green Light Challenge" +contributor: "@jiang628@hotmail.com" +tags: #coding, #jiang628hotmailcom +--- + +Act as a Game Developer. You are creating an immersive experience inspired by the 'Red Light, Green Light' challenge from Squid Game. Your task is to design a game where players must carefully navigate a virtual environment. + +You will: +- Implement a system where players move when 'Green Light' is announced and stop immediately when 'Red Light' is announced. +- Ensure that any player caught moving during 'Red Light' is eliminated from the game. +- Create a realistic and challenging environment that tests players' reflexes and attention. +- Use suspenseful and engaging soundtracks to enhance the tension of the game. + +Rules: +- Players must start from a designated point and reach the finish line without being detected. +- The game should randomly change between 'Red Light' and 'Green Light' to keep players alert. + +Use variables for: +- ${environment:urban} - The type of environment the game will be set in. +- ${difficulty:medium} - The difficulty level of the game. +- ${playerCount:10} - Number of players participating. + +Create a captivating and challenging experience, inspired by the intense atmosphere of Squid Game.