Jnrolfe / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

consider supporting handicap 'odds' chess #352

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I rather enjoy playing odds chess -- it makes for a rather interesting
game.  It would be interesting to keep player records and auto-handicap
odds games, so the computer knows what sort of handicap to offer.  Perhaps
this could be combined with a ELO estimator. 

<clearly this is only a wish-list item> 

Original issue reported on code.google.com by MichaelD...@gmail.com on 11 Oct 2008 at 9:08

GoogleCodeExporter commented 8 years ago
The next release will contain support for several chess variants. At this time
Shuffle(nocastle), Fischer Random, Upside-down and Losers are implemented. 
Adding
Odds chess seems easy, at least material variants. Extra move(s) handicap is a 
bit
complicated, as it needs to change the white move, black move logic.

Original comment by gbtami on 12 Oct 2008 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by gbtami on 11 Jun 2009 at 7:45