Catch the Egg is a game, which takes place in a Farm, where the player move basket horizontally to collect the Eggs. Eggs are laid by the chickens from the roof of the farm house. The game ends when an egg falls down. A score is added for every catch of eggs.
- Game has a Basket that moves Horizontally.
- Basket catches the eggs.
- Eggs are laid by 5 Chickens placed at specific points.
- Dropping an egg ends the game.
- Each catch increments the score.
- Add more levels.
- Imposing a deadline for advancing to the next stage.
- Add scoreboard.
- Set options to adjust difficulty level from easy to hard.
- Set 2 types of Eggs- Good and Bad.
- StartGame(){}
- draw(){}
- update(){}
- basketMove(){}
- beyondScreen(){}
- drawScore(){}
- drawGameOver(){}
- restartGame(){}
- setInterval(){}
- startScreen
- canvas
- lastScreen
- Build firstScreen
- Build canvas
- Build lastScreen
- addEventListener
- draw eggs
- setInterval
- update eggs
- draw basket
- basketMove
- beyondScreen
- drawGameOver
- drawScore
- restartGame