Skip to content

cinlloc/elossss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELO Score Simulator Sorter in Scala

ELOSSSS allows you to sort a text list by simulating games between each element of the list. You will have to indicate for each possible game who win (or if it is a draw). An ELO score will be computed for each element based on game results, and the list will be sorted. Cf. https://en.wikipedia.org/wiki/Elo_rating_system#Mathematical_details

Running

Clone the repo, fill src/resources/sample.txt with your custom list then use sbt to run it. sbt run

About

ELO Score Simulator Sorter in Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages