Game Name: Arcade Blocks 2048
Genre: Casual Puzzle / Merge Game
Engine: Cocos Creator
Language: TypeScript
Platform: Android
Game Introduction:
Arcade Blocks 2048 is an innovative casual merge game that elevates the classic 2048 gameplay. Built on a 5×5 grid (upgraded from the traditional 4×4), it offers players richer strategic depth and longer gameplay sessions. Players swipe in four directions to slide numbered blocks across the board. When two blocks with the same number collide, they merge into one block with double the value. The goal is to create the largest possible number and achieve the highest score.
Core Gameplay:
- Swipe & Merge: Swipe up, down, left, or right to move all blocks. Identical numbers merge into double the value when they collide.
- Score System: Earn points with every merge. Displays current score and tracks the all-time high score.
- Game Over Condition: The game ends when the board is full and no more merges are possible, triggering a results dialog.
Power-up System:
- Remove Power-up: Tap any block on the board to remove it, creating space for future moves.
- Undo Power-up: Reverse the last move, restoring the previous board state.
- Shuffle Power-up: Randomly rearrange all blocks on the board, creating new merge opportunities.
Features:
- 5×5 oversized board for richer strategy
- Smooth block sliding and merge animation effects
- Rich sound feedback (merge, delete, undo, shuffle, and more)
- Independent volume controls for background music and sound effects
- Local storage for high score and audio settings
- Complete UI dialog management system