This is a minimalist game created for both Windows and Android.
The game is pretty basic and the goal is to collect rain droplets as they fall.
Users can either use a keyboard (arrow keys) or use a mouse (or touchscreen) to move the bucket.
Previous versions can be found under releases.
Windows Users
Download the drop.jar in the root directory and run it.
Android Users
Download the drop.apk in the root directory and run it.
- Android Studio - IDE used
- libGDX - Java game development framework
- libGDX tutorial - Tutorial used to create this game
- Java JDK-8 - Language used
- Version 1.1 released
- Version 1.0 released
- Basic framework
- Add Score to Top Right
- Add Lives
- Optimize Movement Speed
- Make rain speed increase as time passes