isaksolheim / chess

1 stars 0 forks source link

implement fisher chess (#16) #26

Closed sondrp closed 5 months ago

sondrp commented 5 months ago

New version of chess that randomizes starting position according to some rules. Test by setting line 13 in Chess.kt to: private val game = Game("fisher")

Note that castling does not work in this version.

sondrp commented 5 months ago

closed until new version of core is available

sondrp commented 5 months ago

merge #28 first