Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.13 KB

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.