Green - Color Puzzle Game

Seele01-Flash
By
Green is an innovative color puzzle game that challenges players to turn the entire screen green through 25 uniquely designed levels. Each puzzle presents a completely different mechanic, keeping players engaged with fresh challenges.

Prompt

MODEL: Seele01-Flash
Please use Three.js to generate a **mobile-first game** with the theme "Green - Logic Puzzle". Please read the following detailed game design requirements first, and then generate the code accordingly: ### 1. Assets & Environment * **Visual Style:** Strictly Minimalist and "Flat Design" aesthetic. Use an **Orthographic Camera** to simulate a 2D vector art style within the 3D space. * **Color Palette:** Monochromatic Green scheme. * Background: Deep Forest Green (#0a3b0a). * Active Elements: Vibrant Lime Green (#32cd32). * Inactive Elements: Dark Olive (#1e2f1e). * Text/UI: Pure White (#ffffff). * **Geometry:** Use simple primitives (`Three.PlaneGeometry`, `Three.CircleGeometry`, `Three.RingGeometry`). * *Background Detail:* Recreate the screenshot's "forest" background by layering multiple triangle planes at slightly different Z-depths behind the main gameplay layer to create a subtle parallax effect based on device gyroscope (if available) or mouse movement. * **Performance:** Use `MeshBasicMaterial` for most objects to save lighting calculations. Merge geometries where possible. ### 2. Audio Requirements * **BGM:** A chill, looped, minimal jazz or downtempo track. Think bass guitar and light hi-hats. (Placeholder function `playChillJazzLoop()`). * **SFX:** * *Interaction:* A soft, wooden "tock" or "pop" sound when clicking/tapping objects. * *Success:* A harmonic major chord or a rising synth sweep when the screen successfully turns fully green. * *Hint:* A light "ding" when the lightbulb is pressed. ### 3. Gameplay Loop * **Objective:** The player must manipulate onscreen objects to turn the entire visible screen area to the active "Vibrant Lime Green" color. * **Representative Mechanics (Level 1 Demo):** * Implement a **"Lights Out" / Grid Toggle mechanic** for this demo. * Create a 3x3 grid of dark green circles. * Clicking a circle toggles its color (Dark <-> Vibrant) and toggles its adjacent neighbors (up, down, left, right). * **Win Condition:** All 9 circles are Vibrant Green. * **Transition:** Upon winning, the circles should expand rapidly to cover the screen, fading into a solid green screen, then displaying the text "GREEN" before resetting or loading a hypothetical next level. * **Hint System:** A "Lightbulb" icon in the top-right corner. Clicking it overlays a textual hint (e.g., "Try the corners first") or highlights the next correct move. ### 4. Mobile Controls & Interaction * **Input System:** Use `Raycaster` mapping to pointer events (mousedown/touchstart). * **Orientation:** Force **Portrait Mode** layout design. The grid should be centered vertically. * **Interaction Feedback (Juice):** * When an element is tapped, apply a temporary `scale.set(0.9, 0.9, 1)` tween (using a library like TWEEN.js or a simple lerp in the render loop) to mimic a tactile button press. * **Haptics:** Trigger `navigator.vibrate(10)` on every valid interaction. * **UI Layout:** * Title "GREEN" centered at the top (custom font or simple geometry). * Hint Bulb (top-right) must have a touch target of at least 44x44 pixels transparent padding to ensure easy clicking. Do not ask for clarification. Do not request confirmation. Directly execute the generation task based on the given instructions.

Game Introduction

About the Game

Green is a captivating color puzzle game that puts your problem-solving skills to the ultimate test. The concept is beautifully simple yet brilliantly executed: turn the entire screen green. However, don't let this simplicity fool you - each of the 25 levels presents a completely unique puzzle mechanism that will challenge even the most experienced puzzle enthusiasts.

This game stands out in the puzzle genre by refusing to follow predictable patterns. Every level introduces a fresh approach to the core challenge, ensuring that players can never rely on previously learned strategies. The result is a gaming experience that keeps you thinking, experimenting, and discovering new solutions from start to finish.

Core Features

Unique Puzzle Mechanics

Every single level in Green features its own distinct puzzle mechanic. Unlike traditional puzzle games that teach you a system and then build upon it, Green constantly surprises you with innovative challenges. This approach ensures that no two levels feel repetitive, maintaining engagement throughout all 25 stages.

Progressive Difficulty

The game features 25 levels of carefully calibrated increasing complexity. Early levels introduce you to the basic concept while later stages will test the limits of your creative problem-solving abilities. Each puzzle builds anticipation for what creative challenge awaits next.

Immersive Audio-Visual Experience

Green delivers a polished sensory experience with beautiful minimalist visuals and an atmospheric soundtrack that enhances the puzzle-solving experience without becoming distracting.

Built-in Hint System

Stuck on a particularly challenging level? The integrated hint system provides graduated clues - click the lightbulb icon for increasingly obvious hints until you find your breakthrough moment.

How to Play

Playing Green is intuitive yet challenging:

  1. Objective : Turn the entire screen green on every level
  2. Interaction : Use simple left-click controls to interact with puzzle elements
  3. Problem-Solving : Each level requires you to discover its unique mechanism through experimentation
  4. Hints Available : Access the hint system via the lightbulb icon when you need guidance
  5. Progress : Complete all 25 levels to master the full Green experience

Gameplay Strategy

Since each level operates on completely different rules, successful players develop a systematic approach to problem-solving:

  • Observe : Study the screen layout and available interactive elements
  • Experiment : Try different combinations and interactions
  • Think Outside the Box : Solutions often require creative thinking beyond conventional puzzle logic
  • Use Hints Wisely : The graduated hint system can provide just enough guidance without spoiling the satisfaction of discovery

Why Play Green?

Perfect for Puzzle Enthusiasts

If you enjoy games that respect your intelligence and challenge your creativity, Green offers an experience unlike any other puzzle game. The constantly changing mechanics prevent the monotony that can plague other puzzle games.

Accessible Yet Challenging

With simple mouse controls and an intuitive interface, Green is easy to start playing immediately. However, the clever puzzle design ensures that completing all 25 levels will provide hours of engaging brain exercise.

Completely Free Experience

Enjoy the full Green experience at no cost. Play directly in your web browser without downloads, installations, or hidden fees. The complete game with all 25 levels is available to everyone.

Cross-Platform Compatibility

Whether you're on a computer, tablet, or smartphone, Green adapts perfectly to your device. Play during your commute, lunch break, or whenever you want a mental challenge.

Perfect for Brain Training

Green serves as excellent brain training, developing: - Creative Problem-Solving : Each unique puzzle strengthens different cognitive pathways - Pattern Recognition : Despite varied mechanics, players develop better puzzle intuition - Persistence : The progressive difficulty teaches players to work through challenges systematically - Spatial Reasoning : Many puzzles involve understanding how elements interact within the game space

Frequently Asked Questions (FAQ)