| Issue 118: | Blindfold chess | |
| 4 people starred this issue and may be notified of changes. | Back to list |
I don't know any chess linux program to play blindfold chess: Hide black pieces, white pieces, pawns, ... A very good training method. |
|
,
Dec 22, 2006
Well, far out in the future PyChess might support all kinds of strange chess variants.
Until then, I can only give you this tip to make PyChess not draw the pieces:
Find the file lib/pychess/widgets/BoardView.py. In line 327 you change the line "
self.drawPieces (context, pieces, r)" into " #self.drawPieces (context,
pieces, r)" and save it.
That should be all.
Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low Milestone-Release2.0
|
|
,
May 31, 2008
Maybe it can be a togglable menu item in the view menu, as in xboard. |
|
,
Jun 01, 2008
Currently the difficulty combobox is disabled for human players. Perhaps it could contain "Normal, semiblindfold and blindfold" instead.. |
|
,
Jun 01, 2008
What do you think about more choices? Normal All pieces white Hide black pieces Hide white pieces Hide pawns Hide non pawns Full blindfold |
|
,
Jun 01, 2008
Well, it should probably be "hide own pieces" rather than "hide white pieces". Also - if they are put in a combo under the label "difficulty", perhaps they should each have a label like "Handicapped", "Semihandicapped" |
|
,
May 04, 2009
actually you could play blindfold chess using gnuchessx through the console... |
|
|
|