Skip to content

wakingrufus/elo-league-jfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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