Add'em Up - Math Puzzle Game - Puzzle Game

Seele01-Flash
By Luke Anderson
Challenge your mind with Add'em Up, a deceptively simple math puzzle game that's harder than it looks. Free online brain teaser for all ages.
Subscriber only

Unreal Dungeon Crawler

Build a playable Unreal dungeon crawler, combat-ready.

Build a playable Unreal dungeon crawler, combat-ready.Open in workspace
FPS

Zombie Horror Survival

Build a tense zombie horror survival with map progression.

Build a tense zombie horror survival with map progression.Open in workspace
Subscriber only

Unreal FPS/TPS Shooter

Create a complete UE 5.5 FPS or TPS shooter with combat, UI, and replay.

Create a complete UE 5.5 FPS or TPS shooter with combat, UI, and replay.Open in workspace
Driving

City Car Driving

Build an open-city free-driving game with car selection.

Build an open-city free-driving game with car selection.Open in workspace
New

Hook a Fish Arcade

Build a fishing arcade where catches buy you more time.

Build a fishing arcade where catches buy you more time.Open in workspace
Unity

Cupid's Arrow

Build a Unity archery game of timing and matchmaking.

Build a Unity archery game of timing and matchmaking.Open in workspace
Unity

Endless Runner

Build a polished Unity endless runner with lanes and pickups.

Build a polished Unity endless runner with lanes and pickups.Open in workspace
Roguelike

Dungeon Survivors

Build a Vampire-Survivors-style dungeon arena with hero picks.

Build a Vampire-Survivors-style dungeon arena with hero picks.Open in workspace
Action

Open World City Action

Build an open-world city romp with driving and police chases.

Build an open-world city romp with driving and police chases.Open in workspace
New

Solo Racing Game

Build a browser racer with tracks, timing, and a minimap.

Build a browser racer with tracks, timing, and a minimap.Open in workspace
Subscriber only

Unreal Dungeon Crawler

Build a playable Unreal dungeon crawler, combat-ready.

Build a playable Unreal dungeon crawler, combat-ready.Open in workspace
FPS

Zombie Horror Survival

Build a tense zombie horror survival with map progression.

Build a tense zombie horror survival with map progression.Open in workspace
Subscriber only

Unreal FPS/TPS Shooter

Create a complete UE 5.5 FPS or TPS shooter with combat, UI, and replay.

Create a complete UE 5.5 FPS or TPS shooter with combat, UI, and replay.Open in workspace
Driving

City Car Driving

Build an open-city free-driving game with car selection.

Build an open-city free-driving game with car selection.Open in workspace
New

Hook a Fish Arcade

Build a fishing arcade where catches buy you more time.

Build a fishing arcade where catches buy you more time.Open in workspace
Unity

Cupid's Arrow

Build a Unity archery game of timing and matchmaking.

Build a Unity archery game of timing and matchmaking.Open in workspace
Unity

Endless Runner

Build a polished Unity endless runner with lanes and pickups.

Build a polished Unity endless runner with lanes and pickups.Open in workspace
Roguelike

Dungeon Survivors

Build a Vampire-Survivors-style dungeon arena with hero picks.

Build a Vampire-Survivors-style dungeon arena with hero picks.Open in workspace
Action

Open World City Action

Build an open-world city romp with driving and police chases.

Build an open-world city romp with driving and police chases.Open in workspace
New

Solo Racing Game

Build a browser racer with tracks, timing, and a minimap.

Build a browser racer with tracks, timing, and a minimap.Open in workspace

Prompt

MODEL: Seele01-Flash
Please use Three.js to generate a **mobile-first game** with the theme "Add'em Up". Please read the following detailed game design requirements first, and then generate the code accordingly: ### 1. Assets & Environment * **Visual Style:** A modernized "Retro-Casual" aesthetic. Use a clean, orthographic camera view looking down at the game board (tilted slightly for 3D depth). * **Game Pieces:** The core assets are 3D spheres or rounded cylinders representing "Number Tokens". * **Colors:** Use a vibrant, high-saturation palette based on the screenshot (Bright Cyan, Hot Pink, Lime Green, Orange, Yellow). Each number (1-9) should have a distinct, fixed color. * **Textures:** Each token must display a large, white, bold number. To pay homage to the original game, add simple, procedural "googly eyes" or a simple smiley face texture above the number on each sphere. * **Board:** A 5x5 or 6x6 grid slot system. The background should be a soft, matte grey or off-white to ensure the colorful tokens pop. * **Effects:** When tokens are successfully added/cleared, use a particle explosion effect in the color of the resulting number. * **Mobile Optimization:** Use `BoxGeometry` or low-segment `SphereGeometry` for tokens to keep draw calls low. Reuse materials. Ensure shadows are baked or use a simple directional light without expensive real-time soft shadows. ### 2. Audio Requirements * **BGM:** A "Brain Teaser" style track—looping, rhythmic, light synth-pop or marimba-based. It should be relaxing but keep the player focused (80-100 BPM). * **Sound Effects:** * **Select/Tap:** A soft "pop" or bubble sound. * **Merge/Add:** A satisfying, ascending chime or digital "ding". * **Invalid Move:** A low-pitched "thud" or buzzer. * **Level Clear:** A short, celebratory fanfare. ### 3. Gameplay Loop * **Core Mechanic:** The board is filled with random numbered tokens (1-9). * **Interaction Logic:** The player selects a chain of adjacent tokens (horizontally, vertically, or diagonally). * **The Math Rule:** * As the player selects tokens, the game calculates the **Sum**. * **Target Mode:** The game displays a "Target Number" (e.g., 10). The player must select a chain of numbers that adds up exactly to 10. * **Merge Mode (Alternative):** The player drags across numbers (e.g., 2 -> 3). The last selected token becomes the sum (5), and the previous tokens disappear. * *For this code, please implement **Merge Mode**: Select contiguous tiles. The last tile selected transforms into the SUM of the selected group. The other tiles are removed. New tiles fall from above to fill the gaps.* * **Win/Fail Condition:** * **Score:** Points are awarded based on the value of the created sums. * **Game Over:** When no valid moves (sums generally capped at a single digit or slightly higher, e.g., if the sum > 9, it wraps around or creates a special block) are possible, or the grid is full. ### 4. Mobile Controls & Interaction * **Control Scheme:** **Swipe/Drag Gesture**. The player touches a number and drags their finger across adjacent numbers to create a chain. A line renderer should visually connect the selected nodes during the drag. * **Release:** Lifting the finger confirms the move. If the math is valid, the merge happens. If not, the selection resets. * **Orientation:** Portrait Mode (Vertical) is preferred for one-handed play. * **UI Layout:** * Top of Screen: Current Score and High Score (Large, readable font). * Bottom of Screen: A "Reset/Shuffle" button (placed in the thumb-friendly zone, min-height 44px). * **Feedback:** * **Haptics:** Trigger a short vibration (`navigator.vibrate(50)`) when a valid connection is made between two numbers. * **Visual:** The currently selected tokens should highlight (glow or scale up slightly 1.1x) to indicate they are active. Do not ask for clarification. Do not request confirmation. Directly execute the generation task based on the given instructions.
A game idea becoming a playable world and reaching an audience
MAKE • SHARE • EARN

Games are fun. Creating them is even better.

Game Introduction

About the Game

Add'em Up is a captivating math puzzle game that combines simple arithmetic with challenging brain-teasing gameplay. Don't let its straightforward appearance fool you - this puzzle game is designed to test your mathematical thinking and problem-solving skills in ways that might surprise even experienced puzzle solvers.

The game features colorful numbered eggs arranged in a grid pattern, creating an engaging visual experience while you work through increasingly difficult mathematical challenges. With a rating of 3.1/5 from over 2018 player reviews, Add'em Up has proven to be a polarizing yet addictive experience for puzzle game enthusiasts.

Core Features

Deceptively Simple Gameplay

While the basic math concepts are elementary, the puzzle mechanics create a level of difficulty that can be surprisingly frustrating. The game masterfully balances accessibility with challenge, making it suitable for all ages while still providing a serious mental workout.

Brain Training Benefits

Add'em Up serves as an excellent brain training tool, helping players: - Improve mental arithmetic speed - Enhance pattern recognition skills - Develop strategic thinking abilities - Build patience and persistence

All Ages Content

With its family-friendly rating, Add'em Up is perfect for players of all ages. Whether you're a student looking to sharpen math skills or an adult seeking a mental challenge, this puzzle game offers appropriate difficulty scaling.

Free Online Access

Enjoy unlimited gameplay completely free through your web browser. No downloads, installations, or subscriptions required - just pure puzzle-solving entertainment at your fingertips.

Game Mechanics

The gameplay revolves around manipulating numbered elements to achieve specific mathematical goals. Players must use addition and other basic mathematical operations to solve increasingly complex puzzles. The challenge lies not in the math itself, but in understanding the optimal sequence and strategy required to complete each level.

Operation Guide

The game features intuitive point-and-click controls that make it accessible to players of all technical skill levels. Detailed instructions are provided within the game interface, guiding new players through the mechanics while allowing experienced puzzle solvers to jump right into the action.

Why Play Add'em Up

If you enjoy puzzle games that challenge your logical thinking while keeping the core mechanics simple to understand, Add'em Up is an excellent choice. The game's reputation for being "frustratingly difficult" has made it a cult favorite among puzzle enthusiasts who appreciate a genuine mental challenge.

The combination of colorful, engaging visuals with substantive puzzle gameplay creates an experience that's both entertaining and intellectually stimulating. It's perfect for quick gaming sessions during breaks or extended puzzle-solving marathons.

Similar Games

Fans of Add'em Up might also enjoy other number-based puzzle games, mathematical brain teasers, and logic puzzles that combine simple rules with complex strategic depth.

Frequently Asked Questions (FAQ)

Add'em Up - Math Puzzle Game