Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.03 KB

Java uber repo

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.

Individual components

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

Release Notes

Can see brief release notes with:

git tag -l --format="%(refname:short) %(taggerdate:short) %(objectname:short) %(contents:lines=1)"

Hits