Key Features
• Game Mechanics:
o The player shoots eggs, the eggs move in a straight line.
o As the egg moves to a position in the grid, it tries to form combinations with other eggs.
o Matching 3 or more eggs of the same type will eliminate them and add points.
o Levels increase when players combine eggs, unlocking new types of eggs (like Golden, Purple Eggs).
• Graphics:
o The game uses Resource Bitmaps for backgrounds, eggs, and explosion effects.
o Use custom painting techniques with Canvas to render game screens.
• Sound:
o Egg shooting and explosion sounds are played when the corresponding actions occur using MediaPlayer.
• Game Over & Reset:
o The game ends when the grid is full and there are no more ways to move or combine eggs.
o Players can reset the game after finishing.