Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 857 Bytes

Elo League JavaFx App

Java FX app for ELO Uses lib-elo for elo calculations

Run Status Coverage Badge

Download elo-league-jfx here

Implemented features:

  • Create and name leagues
  • configure league
  • add players to league
  • add games to league

Not yet implemented:

  • view current ratings for league
  • rating history detail view

Development

After cloning the repo, use gradle jfxRun to run the app Use gradle test to run tests