In this game there are white circle, that want to eat your blue circles. Both white and blue circles spawn randomly. White circles are afraid of your cursor and wont't come anywhere near it. Game ends when a blue circle gets eaten.
This game is based on Daniel Shiffman's Steering Behaviour coding challenge.
Build for desktop:
./gradlew desktop:dist
Build for HTML5/GWT:
./gradlew html:dist
- Display score in Game Over screen
- Score Board - stored in MySQL (Name + Score)
MIT Licence See LICENCE for details.