Skip to content

praj-foss/egg-catcher

Repository files navigation

Egg Catcher

A simple 2D game made using Java and libGDX.

egg-catcher

Controls

  • Use mouse to control the basket.
  • Catch all the falling eggs.
    White eggs give 5 points.
    Golden eggs give 10 points.
    If an egg breaks, you lose a life.
  • Avoid chicken droppings.
    Droppings reduce 5 points.
    Catching droppings on zero score will cost lives.

Building

  • Make sure you have JDK 1.8 (or higher) installed.
  • In the root folder of project, use the following command:
    In Linux or Mac
    ./gradlew desktop:dist
    
    In Windows
    gradlew desktop:dist
    
  • The executable jar can be found in desktop/build/libs

License

This project is licensed under the MIT License. See the file LICENSE for more information.

Credits

Thank you!

Hope you enjoy the game. Feel free to share it with your friends.

About

A simple 2D game made using Java and libGDX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages