Black - Logic Puzzle Game

Seele01-Flash
By
Black is an innovative color-based logic puzzle game that challenges you to turn the entire screen black across 25 unique levels. Each level features its own distinct mechanics and puzzle-solving approach.

Prompt

MODEL: Seele01-Flash
Please use Three.js to generate a **mobile-first game** with the theme "**BLACK: A Minimalist Logic Puzzle**". Please read the following detailed game design requirements first, and then generate the code accordingly: ### 1. Assets & Environment * **Visual Style**: Ultra-minimalist, high-contrast monochrome aesthetic. The palette is strictly pure Black (`#000000`), pure White (`#FFFFFF`), and a middle Grey (`#808080`) for hints/text. * **Camera & Perspective**: Use an **Orthographic Camera** to simulate a 2D graphic design feel while using 3D meshes. The view should be fixed top-down. * **Geometries**: * The background is a vast, unlit black void. * Puzzle elements (buttons, blocks, tiles) are simple `BoxGeometry` or `PlaneGeometry`. * **Material Twist**: To leverage Three.js, give the White elements a slightly "glossy" plastic finish (`MeshPhysicalMaterial`) so they catch subtle specular highlights, distinguishing them from the flat black background. * **UI/Text**: The word "BLACK" should be central. Use a bold, sans-serif font geometry centered on the screen. * **Performance**: Extremely low poly count. Use instanced meshes if generating a large grid of tiles. ### 2. Audio Requirements * **BGM**: A smooth, downtempo **Noir Jazz** or **Lounge Piano** loop. It should be relaxing and repetitive but not annoying, encouraging deep thinking. * **SFX**: * **Interact**: A crisp, mechanical "Click" or a high-pitched piano note when tapping a white object. * **Success**: A satisfying "Whoosh" or a reverse cymbal swell when the screen finally turns completely black. * **Error**: A dull, wooden "thud" if the player interacts with something that doesn't work. ### 3. Gameplay Loop * **Core Objective**: The goal of every level is identical: **Make the entire screen black**. The player must figure out *how* to remove the white elements based on visual clues. * **Level 1 Logic (Implementation Target)**: Based on the screenshot, generate a "Toggle Grid" puzzle. * Create a 5x5 grid of white tiles with black dots (resembling dominoes). * **Logic**: Tapping a tile inverts its color (White becomes Black, Black becomes White) and toggles its immediate neighbors (Up, Down, Left, Right). * **Win Condition**: The level is won when all white tiles are toggled off (hidden), leaving the screen pure black. * **Transition**: Upon winning, the word "BLACK" slowly fades in, followed by a "Level 2" button (even if Level 2 is just a placeholder reset). ### 4. Mobile Controls & Interaction * **Touch Input**: Use a **Raycaster** bound to the `touchstart` event (not just `click`) to ensure instant responsiveness on mobile devices. * **Orientation**: **Portrait Mode** fixed. The camera zoom should adapt to `window.innerWidth` to ensure the puzzle grid fits within the safe area of any phone screen. * **Hit Areas**: Ensure individual tiles are large enough to be tapped easily. If the visible tile is small, use an invisible "hit box" geometry slightly larger than the visual mesh. * **Feedback**: * **Visual**: When a tile is tapped, it should scale down slightly (`scale.set(0.9, 0.9, 0.9)`) and bounce back to simulate a physical button press. * **Haptics**: Trigger `navigator.vibrate(10)` on every valid tap for tactile confirmation. Do not ask for clarification. Do not request confirmation. Directly execute the generation task based on the given instructions.

Game Introduction

About Game

Black is a captivating minimalist logic puzzle game that puts your problem-solving skills to the ultimate test. The objective seems simple: make the entire screen black. However, each of the 25 levels presents a completely different challenge with unique mechanics that will keep you thinking outside the box.

This ingenious puzzle game follows in the footsteps of its acclaimed predecessors in the color-themed puzzle series, delivering the same high-quality brain-teasing experience that puzzle enthusiasts have come to love.

Core Features

Mind-Bending Puzzle Mechanics

Every level in Black operates on its own logic system. What works in one level may be completely different in the next, ensuring a fresh challenge throughout your journey. This variety keeps the gameplay exciting and prevents monotony.

Progressive Difficulty System

The game's 25 levels are carefully designed to gradually increase in complexity. Starting with simpler concepts, you'll progressively encounter more sophisticated puzzle mechanics that will truly test your logical thinking abilities.

Hint System

When you're stuck on a particularly challenging level, the built-in hint feature provides subtle guidance without completely spoiling the solution. This ensures you can progress while still experiencing the satisfaction of solving puzzles independently.

Clean Minimalist Design

The game features a striking black and white aesthetic that eliminates distractions and allows you to focus entirely on the puzzle mechanics. This clean visual design enhances the overall gaming experience.

Game Mechanics

Black operates on the principle that each level has its own unique interaction system. You might need to: - Click specific areas to trigger color changes - Follow sequential patterns to achieve the black screen - Manipulate multiple elements simultaneously - Think in reverse or use counterintuitive approaches

The beauty of Black lies in discovering these mechanics through experimentation and logical deduction.

Operation Guide

Black uses intuitive mouse-based controls: - Mouse Click : Primary interaction method for most levels - Mouse Movement : Some levels may respond to cursor positioning - Sequential Clicking : Many puzzles require clicking elements in specific orders

The controls are intentionally kept simple to focus attention on the puzzle-solving aspect rather than complex input schemes.

Why Play This Game

Perfect for Puzzle Enthusiasts

If you enjoy games that challenge your logical thinking and problem-solving abilities, Black delivers an exceptional experience. Each level offers a genuine "aha!" moment when you discover the solution.

Ideal for Short Gaming Sessions

With levels that can be completed in just a few minutes, Black is perfect for quick brain training sessions during breaks or commutes. Yet it's engaging enough for longer puzzle-solving marathons.

Completely Free Experience

Enjoy the full game experience at no cost. All 25 levels are available for free, with no hidden fees or premium content barriers.

Cross-Platform Availability

Whether you prefer playing on your computer browser or mobile device, Black adapts perfectly to different screen sizes and input methods. The mobile version even includes additional levels optimized for touch controls.

Frequently Asked Questions (FAQ)