Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.26 KB

Egg-catcher-game-in-Java


Table of contents

Introduction

Welcome to Egg Catcher Game. It is a small game made in java using swing package. This game is very simple and first step for the java GUI game. This game is also a best example of Timer in java. In this game, the hen is moving in a iterating way on sepecified x-axis while eggs are randomly falling from the hen at the bottom, there's one basket to catch eggs and scores are displayed on right of the frame while lives on the left. Two different sounds are produced when you catch and drop the egg. There are tens lives if life became zero then the game ends. once the game ends you can restart it by pressing Enter key or can exit using Escape key.

Screenshot

-GamePlay (unmute recommended)

The.Egg.Catcher.Game.2022-01-27.21-29-06_Trim.mp4

-End End of Lives

Prerequisite

  • To run Egg Catcher Game in your system you want to install Java JDK .