PyChess - peregrineshahin/ChessProgrammingWiki GitHub Wiki


title: PyChess

Home * User Interface * GUI * PyChess

Home * Engines * PyChess

PyChess GUI [1] PyChess,

a free, open source chess GUI and engine, distributed under the GNU Public License, both written in Python. Thomas Dybdahl Ahle started the project in 2006, with Bajusz Tamás and Justin Blanchard contributing in the meantime [2]. The GUI uses PyGTK and was originally developed for GNOME, compliant with its Human Interface Guidelines, but runs well under all other Linux desktops, and since PyChess 0.12 Anderssen rc4 released in August 2015, in parts re-written to Python 3 threading [3], also under Windows [4]. PyChess allows playing with the build in engine, with UCI and Chess Engine Communication Protocol compliant chess engines, or can act as online client of the Free Internet Chess Server (FICS). Further, PyChess supports many chess variants.

See also

Forum Posts

2010 ...

2015 ...

External Links

References

  1. PyChess screenshot User playing Crafty, from PyChess from Wikipedia, Source About PyChess by Matthew Gatto, January 4, 2011.
  2. Re: Chess Engine Update Information: August 25, 2016 by Justin Blanchard, CCC, August 26, 2016
  3. 17.1. threading — Thread-based parallelism — Python 3.4.3 documentation
  4. PyChess 0.12rc4 by Bajusz Tamás, CCC, August 18, 2015

Up one Level