Word Finder - Online Word Search Puzzle Game

Seele01-Flash
By
Word Finder is an exciting crossword-style puzzle game that challenges your vocabulary skills. Create letter chains to form meaningful words across 6 different languages, all within a thrilling 2-minute time limit.

Prompt

MODEL: Seele01-Flash
Please use Three.js to generate a **mobile-first game** with the theme "**Word Finder Puzzle**". Please read the following detailed game design requirements first, and then generate the code accordingly: ### 1. Assets & Environment * **Visual Style**: Create a clean, bright, and polished aesthetic similar to casual mobile word games (e.g., "Wordscapes" or "Boggle"). Use a calming color palette dominated by sky blues, whites, and soft grays to match the provided logo reference. * **Game Board (The Grid)**: Instead of a flat HTML table, generate a 3D grid of rounded cubes or tiles floating slightly above a background plane. Each tile should display a large, legible sans-serif letter (A-Z). * *Highlighting*: When a user selects tiles, the tiles should glow or slightly elevate (Z-axis movement) to indicate selection. * *Lines*: Draw a dynamic 3D line or ribbon connecting the selected letters in real-time as the finger drags across them. * **Background**: A subtle, animated background. Use a repeating texture of faint, low-opacity letters floating in 3D space or a simple gradient skybox (Light Blue to White) to maintain focus on the board. * **Mobile Optimization**: Use `BoxGeometry` for tiles with low segment counts. Use instanced rendering if the grid is large (though for a standard 8x8 or 10x10 grid, standard meshes are fine). Ensure textures are compressed. Lighting should be simple (AmbientLight + one DirectionalLight) to save battery. ### 2. Audio Requirements * **BGM (Background Music)**: Generate a "Thinking/Puzzle" vibe. It should be instrumental, looped, acoustic (piano or marimba based), and mid-tempo—relaxing enough to focus but rhythmic enough to acknowledge the 2-minute time pressure. * **Sound Effects (SFX)**: * **Tile Touch**: A soft, crisp "pop" or "click" when a letter is first touched. * **Connection**: A rising musical scale (C, D, E...) as the player connects more letters in a single chain (chain combo feedback). * **Success**: A cheerful chime or major chord when a valid word is submitted. * **Error/Invalid**: A low-pitched, dull "thud" or "wobble" sound if the word doesn't exist. * **Timer Warning**: A ticking clock sound fading in during the last 10 seconds. ### 3. Gameplay Loop * **Core Mechanic**: A grid (e.g., 10x10) filled with random letters. The player must connect adjacent letters (horizontal, vertical, or diagonal) to form valid words. * **Language Support**: The code structure must support switching dictionaries. Default to **English** for this prototype, but add a variable/placeholder for French, Spanish, German, Italian, and Portuguese. * **Time Attack Mode**: * The player has exactly **2 minutes (120 seconds)**. * Display a prominent countdown timer at the top of the screen. * **Scoring**: * Points are awarded based on word length (e.g., 3 letters = 10pts, 4 letters = 20pts). * Invalid words reset the selection with no penalty (other than time lost). * **End Game**: When the timer hits 0, freeze the board, display a "Time's Up" modal with the final score, a list of found words, and a "Replay" button. ### 4. Mobile Controls & Interaction * **Touch Input**: This is a swipe/drag-based game. * **Event Listeners**: Implement `touchstart`, `touchmove`, and `touchend` (mapping mouse events for desktop testing). * **Raycasting**: Use Three.js Raycaster to detect which tile is under the finger. * **Logic**: The selection starts when touching a tile. As the finger moves to an *adjacent* tile, add it to the chain *if* it hasn't been used in the current selection. * **Visual Feedback**: * **Line Renderer**: Draw a visible line connecting the centers of the selected tiles. Color this line (e.g., bright orange or green) to contrast with the blue tiles. * **Vibration**: Trigger `navigator.vibrate(10)` on every valid tile connection for haptic feedback. * **UI Layout (Portrait Mode Preferred)**: * **Top Bar**: Score (Left), Timer (Right), Language/Pause Button (Center). * **Center**: The 3D Letter Grid (centered, occupying 60% of screen height). * **Bottom**: A text display showing the *current* word being formed (e.g., "W - O - R..."). * **Responsiveness**: The camera FOV must adapt so the entire grid fits within the width of a mobile screen without panning. The letters on the tiles must remain large enough to read on a 5-inch screen. Do not ask for clarification. Do not request confirmation. Directly execute the generation task based on the given instructions.

Game Introduction

About Word Finder

Word Finder is a fast-paced word puzzle game that combines the excitement of word search with the challenge of crossword puzzles. This engaging brain training game puts your vocabulary and quick thinking skills to the ultimate test as you race against the clock to discover as many words as possible.

The game features a unique letter-chaining mechanism where players drag their cursor to connect adjacent letters, creating chains that form meaningful words and phrases. With its intuitive gameplay and progressive difficulty, Word Finder appeals to both casual word game enthusiasts and serious puzzle solvers.

Core Features

Multi-Language Support

Word Finder stands out with its impressive 6-language support system : - English - Perfect for native speakers and ESL learners - French - Enhance your French vocabulary - Spanish - Practice Spanish word recognition - German - Challenge yourself with German linguistics - Italian - Discover beautiful Italian words - Portuguese - Expand your Portuguese knowledge

Time-Based Challenge System

The game's signature 2-minute time limit creates an adrenaline-pumping experience that keeps players engaged and coming back for more. This time constraint transforms a simple word search into an intense mental workout.

Brain Training Benefits

Word Finder serves as an excellent cognitive exercise that helps improve: - Vocabulary expansion across multiple languages - Pattern recognition skills - Quick decision-making abilities - Memory retention and recall - Concentration and focus under pressure

Crossword-Style Gameplay

Unlike traditional word searches, Word Finder employs a crossword puzzle approach where letters can be connected in various directions, creating more complex and satisfying word discoveries.

How to Play Word Finder

Basic Controls

  • Mouse Navigation : Use your left mouse button to select and drag
  • Letter Chaining : Click and drag your cursor across adjacent letters
  • Word Formation : Create continuous chains that spell out valid words
  • Language Selection : Choose from 6 available language modes before starting

Gameplay Strategy

  1. Scan the Grid : Quickly survey the letter layout for potential word patterns
  2. Start with Common Words : Look for familiar 3-4 letter combinations first
  3. Build Longer Chains : Once comfortable, attempt longer, higher-scoring words
  4. Use All Directions : Remember that letters can be connected vertically, horizontally, and diagonally
  5. Time Management : Balance between finding many short words versus fewer long words

Scoring System

Longer words typically yield higher points, but finding many shorter words can also be an effective strategy. The key is maximizing your word count within the 2-minute timeframe.

Why Play Word Finder?

Perfect for All Skill Levels

Whether you're a word game beginner or a seasoned puzzle expert, Word Finder's adjustable difficulty through language selection makes it accessible to everyone. Start with your native language and gradually explore other linguistic challenges.

Educational Value

This game serves as an excellent language learning tool , helping players: - Discover new vocabulary in familiar and foreign languages - Improve spelling and word recognition - Enhance cognitive flexibility through multilingual thinking - Practice pattern recognition skills

Convenient Online Access

As a free browser-based game , Word Finder requires no downloads or installations. Simply open your web browser and start playing immediately on any device - desktop, tablet, or smartphone.

Mental Health Benefits

Regular word puzzle gaming has been linked to: - Improved memory function - Enhanced problem-solving abilities - Reduced stress through focused concentration - Increased mental agility and processing speed

Competitive Element

The time-based format naturally creates a competitive environment, perfect for challenging friends, family members, or simply beating your own high scores.

Technical Features

  • Cross-Platform Compatibility : Works seamlessly on all modern devices
  • Responsive Design : Adapts perfectly to different screen sizes
  • Instant Loading : Quick startup with no waiting times
  • Auto-Save Progress : Never lose your achievements
  • Offline Capability : Continue playing even with intermittent internet

Word Finder represents the perfect fusion of entertainment and education, offering players an engaging way to enhance their language skills while having fun. The combination of time pressure, multiple language options, and intuitive gameplay creates an addictive puzzle experience that keeps players coming back for more word-finding adventures.

Frequently Asked Questions (FAQ)