Difference between revisions of "XBoard"

From Chessprogramming wiki
Jump to: navigation, search
Line 75: Line 75:
  
 
=External Links=  
 
=External Links=  
 +
* [https://www.gnu.org/software/xboard/ XBoard - GNU Project] - [[Free Software Foundation]]
 
* [http://home.hccnet.nl/h.g.muller/engine-intf.html Chess Engine Communication Protocol] by [[Tim Mann]] & [[Harm Geert Muller|H.G. Muller]]
 
* [http://home.hccnet.nl/h.g.muller/engine-intf.html Chess Engine Communication Protocol] by [[Tim Mann]] & [[Harm Geert Muller|H.G. Muller]]
 
* [http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=summary hgm.nubati.net Git - xboard.git/summary]
 
* [http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=summary hgm.nubati.net Git - xboard.git/summary]
 
* [http://hgm.nubati.net/news.html XBoard News] by [[Harm Geert Muller|H.G. Muller]]
 
* [http://hgm.nubati.net/news.html XBoard News] by [[Harm Geert Muller|H.G. Muller]]
 
: [http://hgm.nubati.net/XB-4.9.0/ What is new in XBoard/WinBoard 4.9.0?] by [[Harm Geert Muller|H.G. Muller]]
 
: [http://hgm.nubati.net/XB-4.9.0/ What is new in XBoard/WinBoard 4.9.0?] by [[Harm Geert Muller|H.G. Muller]]
* [http://www.gnu.org/software/xboard/ XBoard - GNU Project] - [[Free Software Foundation]]
 
: [http://www.gnu.org/software/xboard/Betza.html Betza notation and XBoard]
 
 
* [http://www.tim-mann.org/xboard.html Tim Mann's xBoard page]
 
* [http://www.tim-mann.org/xboard.html Tim Mann's xBoard page]
 
* [http://walkofmind.com/programming/chess/xboard.htm Winboard/XBoard UML state diagram] by [[Alessandro Scotti]]
 
* [http://walkofmind.com/programming/chess/xboard.htm Winboard/XBoard UML state diagram] by [[Alessandro Scotti]]

Revision as of 16:54, 29 July 2019

Home * User Interface * GUI * XBoard

XBoard is a graphical user interface for the Chess Engine Communication Protocol running under the Unix (Posix) operating system based on the X Window System, originally developed by Tim Mann as GNU Chess interface [1] [2]. In Fall 2013, Joshua Pettus managed to port XBoard to MAC OS X using the native Quarz Graphics layer [3] [4].

Screenshot

Xboard 4.2.7 on KDE 4.2.2 and Fedora 10.png

Xboard 4.2.7 running GNU Chess on KDE 4.2.2 desktop under Fedora 10

See also

Forum Posts

1990 ...

1995 ...

2000 ...

2005 ...

2010 ...

2011

2012

2013

2014

2015 ...

2016

Re: Test epd for Linux ? by Harm Geert Muller, CCC, March 28, 2016

External Links

What is new in XBoard/WinBoard 4.9.0? by H.G. Muller

References

Up one Level