This is a little game, which was originally entry for #lowrezjam in 2016 - you can find it here.
It's a simple "Tapper" clone from arcade systems. You are a waiter, your task is to get a beer from a table and put it on proper beer "lane" for thirsty clients. If you break 3 beers or client reach you - you will get lost.
ATTENTION: When you want to run desktop project in IntelliJ you have to set working directory to
android/assets.
./gradlew android:build <== to generate Android .apk
./gradlew build <== to generate .jar for desktop - I used it for debugging
After spending lot of time for doing other things I finally managed to finish it in my free time - yes, it tooks months because of my procrastination and other things.
Code is very strange - after jam I don't want to spend much time on this project, I know where are problems with that. However - you can fork it and make it awesome ;) .
MIT