lichess-org / scalachess

Chess API written in scala. Immutable and free of side effects.
https://lichess.org
MIT License
674 stars 207 forks source link

foundations for rating color advantage #598

Open ornicar opened 6 days ago

ornicar commented 6 days ago

Before changing the implementation to use the color advantage, the implementer should start with adding tests to test-kit/src/test/scala/rating/glicko/GlickoCalculatorWithColorAdvantageTest.scala

sbt
project testKit
~testQuick chess.rating.glicko.*

@ddugovic here's where to start from. I'll handle the eventual lila integration.

ddugovic commented 5 days ago

I made an attempt at adding tests #599