This is an uber repo that contains multiple applications and libraries. The applications are mostly game experiments and written in Java and Groovy, relying on JavaFX for graphics and audio.
Apps
- app/FluxFlightFight: Work-in-progress: Multiplayer game experiment. Fly and hit your opponent higher than they hit you. Gamepad and keyboard support for 2-8+ players.
- app/ClipDashboard: Desktop utilitiy for managing and mutating text in the system clipboard.
Libraries
- lib/JavaFXUtils: classes to assist with JavaFX.
- lib/standInResources: library containing small and simple media resources (images, audio, text) for experimental purposes.
Can see brief release notes with:
git tag -l --format="%(refname:short) %(taggerdate:short) %(objectname:short) %(contents:lines=1)"