single-player fruit drop merge game. The player drops fruit into a board so identical fruit can stack and merge upward into the next fruit tier. The core loop is: choose a fruit (by timing/selection from a small queue) → drop it into the play area → merges happen automatically when two matching fruit tiers come together in the stack → the player continues merging to climb tiers. The win condition is reaching the highest fruit tier (a defined top tier). Gameplay should feel snappy, readable, and fair: merges are clear, and the player has enough control (choose drop position) to reach the top tier....more
single-player fruit drop merge game. The player drops fruit into a board so identical fruit can stack and merge upward into the next fruit tier. The core loop is: choose a fruit (by timing/selection from a small queue) → drop it into the play area → merges happen automatically when two matching fruit tiers come together in the stack → the player continues merging to climb tiers. The win condition is reaching the highest fruit tier (a defined top tier). Gameplay should feel snappy, readable, and fair: merges are clear, and the player has enough control (choose drop position) to reach the top tier.