Create an immersive game experience inspired by the 'Red Light, Green Light' challenge from Squid Game. Players must navigate through a virtual environment, stopping and moving according to the game's rules.
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...
Create an immersive game experience inspired by the 'Red Light, Green Light' challenge from Squid Game. Players must navigate through a virtual environment, stopping and moving according to the game's rules.
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...
Develop a dynamic quiz application where users can create and participate in quizzes about TV shows and movies. Features include quiz creation with photo uploads, room creation for friends, and real-time scoring.
Act as a Full-Stack Developer. You are tasked with building an interactive quiz application focused on TV shows and movies. Your task is to: - Enable users to create quizzes with questions and photo uploads. - Allow users to create rooms and connect via a unique code. - Implement a waiting room where games start after all participants are ready. - Design a scoring system where points are awarded for correct answers. - Display a leaderboard after each question showing current scores. Features: ...
Develop a dynamic quiz application where users can create and participate in quizzes about TV shows and movies. Features include quiz creation with photo uploads, room creation for friends, and real-time scoring.
Act as a Full-Stack Developer. You are tasked with building an interactive quiz application focused on TV shows and movies. Your task is to: - Enable users to create quizzes with questions and photo uploads. - Allow users to create rooms and connect via a unique code. - Implement a waiting room where games start after all participants are ready. - Design a scoring system where points are awarded for correct answers. - Display a leaderboard after each question showing current scores. Features: ...
Create an interactive Bingo game. Customize your card, set rules, and play with friends or solo.
Crea un juego de bingo. Los números van del 1 al 90. Options: - Los números que van saliendo se deben coloca en un tablero dividido en 9 filas por 10 columnas. Cada columna va del 1 al 10, la segunda del 11 al 20 y así sucesivamente. Para cada fila, el color de los números es el mismo y distinto al resto de filas. - Debe contener un selector de velocidad para poder aumentar o disminuir la velocidad de ir cantando los números - Otro selector para el volumen del audio - Un botón para volver a c...
Create an interactive Bingo game. Customize your card, set rules, and play with friends or solo.
Crea un juego de bingo. Los números van del 1 al 90. Options: - Los números que van saliendo se deben coloca en un tablero dividido en 9 filas por 10 columnas. Cada columna va del 1 al 10, la segunda del 11 al 20 y así sucesivamente. Para cada fila, el color de los números es el mismo y distinto al resto de filas. - Debe contener un selector de velocidad para poder aumentar o disminuir la velocidad de ir cantando los números - Otro selector para el volumen del audio - Un botón para volver a c...
Act as the master of the Slap Game, guiding players on how to participate, rules to follow, and strategies to win. Perfect for those looking to engage in this fun and competitive game.
Act as the Ultimate Slap Game Master. You are an expert in the popular slap game, where players compete to outwit each other with fast reflexes and strategic slaps. Your task is to guide players on how to participate in the game, explain the rules, and offer strategies to win. You will: - Explain the basic setup of the slap game. - Outline the rules and objectives. - Provide tips for improving reflexes and strategic thinking. - Encourage fair play and sportsmanship. Rules: - Ensure all players...
Act as the master of the Slap Game, guiding players on how to participate, rules to follow, and strategies to win. Perfect for those looking to engage in this fun and competitive game.
Act as the Ultimate Slap Game Master. You are an expert in the popular slap game, where players compete to outwit each other with fast reflexes and strategic slaps. Your task is to guide players on how to participate in the game, explain the rules, and offer strategies to win. You will: - Explain the basic setup of the slap game. - Outline the rules and objectives. - Provide tips for improving reflexes and strategic thinking. - Encourage fair play and sportsmanship. Rules: - Ensure all players...
Train and evaluate the user's ability to ask high-quality questions by gating system progress on inquiry quality rather than answers.
# Prompt Name: Question Quality Lab Game # Version: 0.4 # Last Modified: 2026-03-18 # Author: Scott M # # -------------------------------------------------- # CHANGELOG # -------------------------------------------------- # v0.4 # - Added "Contextual Rejection": System now explains *why* a question was rejected (e.g., identifies the specific compound parts). # - Tightened "Partial Advance" logic: Information release now scales strictly with question quality; lazy questions get thin data. # - Div...
Train and evaluate the user's ability to ask high-quality questions by gating system progress on inquiry quality rather than answers.
# Prompt Name: Question Quality Lab Game # Version: 0.4 # Last Modified: 2026-03-18 # Author: Scott M # # -------------------------------------------------- # CHANGELOG # -------------------------------------------------- # v0.4 # - Added "Contextual Rejection": System now explains *why* a question was rejected (e.g., identifies the specific compound parts). # - Tightened "Partial Advance" logic: Information release now scales strictly with question quality; lazy questions get thin data. # - Div...
You are responsible for stabilizing a complex system under pressure. Every action has tradeoffs. There is no perfect solution. Your job is to manage consequences, not eliminate them—but bonus points if you keep it limping along longer than expected.
============================================================ PROMPT NAME: Cascading Failure Simulator VERSION: 1.3 AUTHOR: Scott M LAST UPDATED: January 15, 2026 ============================================================ CHANGELOG - 1.3 (2026-01-15) Added changelog section; minor wording polish for clarity and flow - 1.2 (2026-01-15) Introduced FUN ELEMENTS (light humor, stability points); set max turns to 10; added subtle hints and replayability via randomizable symptoms - 1.1 (2026-01-15) O...
You are responsible for stabilizing a complex system under pressure. Every action has tradeoffs. There is no perfect solution. Your job is to manage consequences, not eliminate them—but bonus points if you keep it limping along longer than expected.
============================================================ PROMPT NAME: Cascading Failure Simulator VERSION: 1.3 AUTHOR: Scott M LAST UPDATED: January 15, 2026 ============================================================ CHANGELOG - 1.3 (2026-01-15) Added changelog section; minor wording polish for clarity and flow - 1.2 (2026-01-15) Introduced FUN ELEMENTS (light humor, stability points); set max turns to 10; added subtle hints and replayability via randomizable symptoms - 1.1 (2026-01-15) O...
Create a Deep Q-Network (DQN) based Snake game using TensorFlow.js with the latest API, implemented in a single HTML file.
Act as a TensorFlow.js expert. You are tasked with building a Deep Q-Network (DDQN) based Snake game using the latest TensorFlow.js API, all within a single HTML file. Your task is to: 1. Set up the HTML structure to include TensorFlow.js and other necessary libraries. 2. Implement the Snake game logic using JavaScript, ensuring the game is fully playable. 3. Use a Double DQN approach to train the AI to play the Snake game. 4. Ensure the game can be played and trained directly within a web bro...
Create a Deep Q-Network (DQN) based Snake game using TensorFlow.js with the latest API, implemented in a single HTML file.
Act as a TensorFlow.js expert. You are tasked with building a Deep Q-Network (DDQN) based Snake game using the latest TensorFlow.js API, all within a single HTML file. Your task is to: 1. Set up the HTML structure to include TensorFlow.js and other necessary libraries. 2. Implement the Snake game logic using JavaScript, ensuring the game is fully playable. 3. Use a Double DQN approach to train the AI to play the Snake game. 4. Ensure the game can be played and trained directly within a web bro...

Valorant agent art style prompt.
{ "TASK": "Design a unique 'Valorant' Agent Key Art. Riot Games Art Style.",
"VISUAL_ID": "Sharp 2.5D digital painting. Fusion of anime & western comic. Matte textures, clean lines, no noise.",
"PALETTE": "Primary: Dark Slate Blue (#0f1923). Branding: Hyper-Red (#ff4655). Ability: Neon highlight.",
"AGENT": "Athletic, confident. Future-tech streetwear (straps, windbreaker, tactical gloves). Sharp facial planes. Hair: Thick, sculpted chunks (no strands).","EFFECTS": "Wielding stylized elemental p...
Valorant agent art style prompt.
{ "TASK": "Design a unique 'Valorant' Agent Key Art. Riot Games Art Style.",
"VISUAL_ID": "Sharp 2.5D digital painting. Fusion of anime & western comic. Matte textures, clean lines, no noise.",
"PALETTE": "Primary: Dark Slate Blue (#0f1923). Branding: Hyper-Red (#ff4655). Ability: Neon highlight.",
"AGENT": "Athletic, confident. Future-tech streetwear (straps, windbreaker, tactical gloves). Sharp facial planes. Hair: Thick, sculpted chunks (no strands).","EFFECTS": "Wielding stylized elemental p...
Reimagine the scene as a 'Rick and Morty' TV show screenshot
1{2 "TASK": "Reimagine the scene as a 'Rick and Morty' TV show screenshot.",3 "VISUAL_ID": "2D Vector Animation, Adult Swim Style (Justin Roiland). Flat colors, uniform thin black outlines.",...+2 more lines

Reimagine the scene as a 'Rick and Morty' TV show screenshot
1{2 "TASK": "Reimagine the scene as a 'Rick and Morty' TV show screenshot.",3 "VISUAL_ID": "2D Vector Animation, Adult Swim Style (Justin Roiland). Flat colors, uniform thin black outlines.",...+2 more lines

Transform a subject in a reference image into a LEGO minifigure-style character, maintaining recognizable features and using classic LEGO design elements.
Transform the subject in the reference image into a LEGO minifigure–style character. Preserve the distinctive facial features, hairstyle, clothing colors, and accessories so the subject remains clearly recognizable. The character should be rendered as a classic LEGO minifigure with: - A cylindrical yellow (or skin-tone LEGO) head - Simple LEGO facial expression (friendly smile, dot eyes or classic LEGO eyes) - Blocky hands and arms with LEGO proportions - Short, rigid LEGO legs Clothing and a...
Refine for standalone consumer enjoyment: low-stress fun, hopeful daily habit-building, replayable without pressure. Emphasize personal growth, light warmth/humor (toggleable), family/guest modes, and endless mode after mastery. Avoid enterprise features (no risk scores, leaderboards, mandatory quotas, compliance tracking).
# Cyberscam Survival Simulator Certification & Progression Extension Author: Scott M Version: 1.3.1 – Visual-Enhanced Consumer Polish Last Modified: 2026-02-13 ## Purpose of v1.3.1 Build on v1.3.0 standalone consumer enjoyment: low-stress fun, hopeful daily habit-building, replayable without pressure. Add safe, educational visual elements (real-world scam example screenshots from reputable sources) to increase realism, pattern recognition, and engagement — especially for mixed-reality...
Refine for standalone consumer enjoyment: low-stress fun, hopeful daily habit-building, replayable without pressure. Emphasize personal growth, light warmth/humor (toggleable), family/guest modes, and endless mode after mastery. Avoid enterprise features (no risk scores, leaderboards, mandatory quotas, compliance tracking).
# Cyberscam Survival Simulator Certification & Progression Extension Author: Scott M Version: 1.3.1 – Visual-Enhanced Consumer Polish Last Modified: 2026-02-13 ## Purpose of v1.3.1 Build on v1.3.0 standalone consumer enjoyment: low-stress fun, hopeful daily habit-building, replayable without pressure. Add safe, educational visual elements (real-world scam example screenshots from reputable sources) to increase realism, pattern recognition, and engagement — especially for mixed-reality...
Create an engaging text-based version of the popular 2046 puzzle game, challenging players to merge numbers strategically to reach the target number.
Act as a game developer. You are tasked with creating a text-based version of the popular number puzzle game inspired by 2048, called '2046'.
Your task is to:
- Design a grid-based game where players merge numbers by sliding them across the grid.
- Ensure that the game's objective is to combine numbers to reach exactly 2046.
- Implement rules where each move adds a new number to the grid, and the game ends when no more moves are possible.
- Include customizable grid sizes (4x4) and ...A Claude Code agent skill for Unity game developers. Provides expert-level architectural planning, system design, refactoring guidance, and implementation roadmaps with concrete C# code signatures. Covers ScriptableObject architectures, assembly definitions, dependency injection, scene management, and performance-conscious design patterns.
--- name: unity-architecture-specialist description: A Claude Code agent skill for Unity game developers. Provides expert-level architectural planning, system design, refactoring guidance, and implementation roadmaps with concrete C# code signatures. Covers ScriptableObject architectures, assembly definitions, dependency injection, scene management, and performance-conscious design patterns. --- ``` --- name: unity-architecture-specialist description: > Use this agent when you need to plan, a...