World's Hardest Game

Seele01-Flash
By
World's Hardest Game is the ultimate test of patience and precision. Navigate a red square through 30 brutally difficult levels while avoiding deadly blue circles to reach safety zones.

Prompt

MODEL: Seele01-Flash
Please use Three.js to generate a **mobile-first game** with the theme "World's Hardest Game". Please read the following detailed game design requirements first, and then generate the code accordingly: ### 1. Assets & Environment * **Visual Style:** Strictly **Flat Design / Minimalist 2D** aesthetic rendered in a 3D engine. Use an **Orthographic Camera** (top-down view) to ensure no perspective distortion, which is critical for precision gameplay. * **Color Palette:** * **Background:** Lavender/Light Purple (`#CCCCFF`). * **Floor:** A checkerboard pattern of White and Light Grey (`#F0F0F0` and `#FFFFFF`) tiles. * **Safe Zones (Start/End):** Light Green (`#98FB98`) areas at opposite ends of the level. * **Player:** A bright Red Square (`#FF0000`) with a thin black outline. * **Enemies:** Blue Circles (`#0000FF`) with a thin black outline. * **Geometry:** * Use `THREE.BoxGeometry` for the player and walls. * Use `THREE.CircleGeometry` or `THREE.CylinderGeometry` (flattened) for the blue dot enemies. * **Performance:** Low-poly is inherent to the style. Use `InstancedMesh` if there are many floor tiles or enemies to maintain 60 FPS on mobile devices. ### 2. Audio Requirements * **BGM:** A fast-paced, repetitive, catchy **Techno / Chiptune loop**. It should sound energetic to keep the player motivated despite frequent failures. * **SFX:** * **Move:** Silent (movement should be smooth). * **Die:** A comical "Splat" or crunch sound when hitting a blue circle. * **Win/Goal:** A high-pitched "Ding" or "Chime" when reaching the green zone. * **Button Tap:** Standard UI click sound for menus. ### 3. Gameplay Loop * **Objective:** Move the Red Square from the Start Green Zone to the End Green Zone. * **Obstacles:** Blue Circles move in fixed, predefined linear patterns (oscillating back and forth or rotating). They do not chase the player; they follow a rhythm. * **Collision Logic:** * **Precise Hitboxes:** Collision between the Red Square and Blue Circles results in an instant "Game Over" state for that level. * **Result:** The player is instantly reset to the starting position of the current level. * **Victory:** Touching the End Green Zone loads the next level configuration. * **Physics:** **Kinematic movement** only. Zero acceleration and zero deceleration (inertia). The player moves at a constant speed immediately upon input and stops immediately when input ceases. This is crucial for the "hard" difficulty feel. ### 4. Mobile Controls & Interaction * **Control Scheme:** **Virtual Joystick** or **D-Pad** overlay positioned at the bottom-left or bottom-right of the screen. * Since precision is key, a **Virtual D-Pad** (Up, Down, Left, Right) is preferred over an analog stick to prevent accidental diagonal drifting. * **Orientation:** Force **Landscape Mode** to maximize the view of the level layout. * **Touch Feedback:** * Implement `navigator.vibrate(50)` on death (haptic feedback) to emphasize failure. * Prevent default browser scrolling/zooming (`touch-action: none`) on the canvas. * **UI Layout:** * "Death Counter" displayed clearly at the top center. * "Menu" button in the top right corner (safe from accidental touches). * Ensure all touch targets are at least 44x44px. Do not ask for clarification. Do not request confirmation. Directly execute the generation task based on the given instructions.

Game Introduction

About the Game

World's Hardest Game lives up to its name as one of the most challenging and frustrating puzzle games ever created. This deceptively simple-looking game has become a legendary test of skill, patience, and determination for players worldwide. With its minimalist graphics and straightforward objective, the game focuses purely on gameplay mechanics that will push your abilities to the absolute limit.

The concept is elegantly simple: guide a small red square from the starting position to the green safe zone. However, don't let the simple appearance fool you - this game will test every ounce of your gaming skills and mental fortitude.

Core Features

Unforgiving Difficulty

True to its name, World's Hardest Game offers no mercy. There are no difficulty settings, no hints, and no shortcuts. Success depends entirely on your skill, timing, and perseverance.

30 Levels of Pure Challenge

Each of the 30 levels presents unique obstacles and increasingly complex patterns of moving blue circles. What starts as a simple navigation challenge evolves into intricate puzzles requiring perfect timing and route planning.

Instant Reset Mechanics

One touch of a blue circle sends you back to the starting position instantly. This harsh penalty system means that even the smallest mistake can undo minutes of careful progress, making every move count.

Minimalist Design

The clean, simple graphics ensure nothing distracts from the pure gameplay experience. The visual clarity helps you focus on the precise movements needed to succeed.

Free Browser Gaming

Play instantly in any web browser without downloads, installations, or payments. The game runs smoothly on both desktop and mobile devices.

Gameplay Mechanics

The game operates on a simple but brutal principle: precision is everything. Blue circles move in predictable patterns, but memorizing these patterns and executing perfect timing requires intense concentration and practice.

Pattern Recognition

Success requires studying the movement patterns of obstacles, identifying safe windows of opportunity, and executing moves with split-second timing.

Progressive Difficulty

Early levels introduce basic concepts, while later stages combine multiple moving obstacles, narrow passages, and complex routing challenges that can take hundreds of attempts to master.

Controls and Operation Guide

Basic Controls

  • Arrow Keys or WASD : Move the red square in four directions
  • Smooth Movement : Hold keys for continuous movement or tap for precise positioning
  • Instant Response : Controls are highly responsive for pixel-perfect navigation

Strategic Tips

  • Study patterns before moving
  • Plan your complete route in advance
  • Use corners and safe spots to pause and reassess
  • Don't rush - patience often beats speed
  • Practice the same level repeatedly to master timing

Why Play World's Hardest Game

Ultimate Skill Challenge

If you're looking for a game that will truly test your gaming abilities, World's Hardest Game delivers an uncompromising challenge that separates casual players from true gaming masters.

Sense of Achievement

Completing even a single level provides an incredible sense of accomplishment. Finishing all 30 levels places you among an elite group of players who have conquered one of gaming's greatest challenges.

Perfect for Short Sessions

While individual levels can take many attempts, each try lasts only seconds or minutes, making it perfect for quick gaming sessions during breaks.

Builds Gaming Skills

The precise control and timing required develops hand-eye coordination, pattern recognition, and strategic thinking that translates to improved performance in other games.

Nostalgic Appeal

As a classic Flash game, it offers a nostalgic experience reminiscent of the golden age of browser gaming, now preserved and playable on modern devices.

Frequently Asked Questions (FAQ)