Chess at the UNIX Forums.


 
Thread Tools
Contact Us Forum Support Area for Unregistered Users & Account Problems Chess at the UNIX Forums.
# 1  
Old 06-14-2008
Chess at the UNIX Forums.

Just to let you know, we have installed Chess at the UNIX forums:

Chess Club - The UNIX Forums
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

YouTube: Forum Moderation @UNIX.com | The UNIX and Linux Forums

Forum Moderation @UNIX.com | The UNIX and Linux Forums https://youtu.be/WGwgibE4Rq0 Also note: In the video I mentioned removing legacy menu items in the ModCP which are unused. I have already "CSS'ed out" the unused menu items: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies

3. Post Here to Contact Site Administrators and Moderators

How to Advertise on The Unix and Linux Forums

We added a new way to advertise (to guests and non-registered users) directly on the forums: Advertise directly with The UNIX and Linux Forums https://www.unix.com/members/1-albums112-picture605.png Companies and individuals can buy display ads directly and submit their display ads... (0 Replies)
Discussion started by: Neo
0 Replies

4. News, Links, Events and Announcements

Russian UNIX Forums

Russian UNIX Forums Russian UNIX-like systems users's forums. Articles. UNIX Encyclopedia project. (3 Replies)
Discussion started by: eugrus
3 Replies

5. Forum Support Area for Unregistered Users & Account Problems

How to post a new thread (Regarding Unix related doubts) in Unix Forums

How to post a new thread (Regarding Unix related doubts) in Unix Forums. I registered my id but I am unable to post my Questions to Forum. Thanks & Regards, indusri (1 Reply)
Discussion started by: indusri
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Simple rules of the UNIX.COM forums:

(1) No flames, shouting (all caps), sarcasm, bullying or arrogant posts. (2) No negative comments about others or unpolite remarks. Be patient. (3) Refrain from idle chatter that does not contribute to the knowledge base. (4) Do not 'bump up' questions if they are not answered... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
eleeye_engine(6)														  eleeye_engine(6)

NAME
eleeye_engine - a chess program engine to communicate with its user interface SYNOPSIS
eleeye_engine is a command-line client for UCCI (based on UCI) protocol. It provides full support of basic UCI command, such as position, go, banmoves or bestmove and much more. DESCRIPTION
The Universal Chess Interface (UCI) is an open communication protocol that enables a chess program engine to communicate with its user interface. It was designed and released by Rudolf Huber and Stefan Meyer-Kahlen, the author of Shredder, in November 2000, and can be seen as a rival to the older XBoard/WinBoard Communication protocol. Like the latter, it is free to use without license fees. Customarily, UCI assigns some tasks to the user interface that have traditionally been handled by the engine itself. Most notably, the opening book is usually expected to be handled by the interface, by simply selecting moves to play until it is out of book, and only then starting up the engine for calculation in the resulting position. (UCI does not specify any on-disk format for the opening book; different UIs -- user interfaces -- usually have their own, proprietary formats.) Also, the user interface may handle endgame tablebases if the engine does not support it itself, although this is often better handled in the engine, as having tablebase information can be useful to consider a possible future position. AUTHOR
Written by www.elephantbase.net RESOURCES
Universal Chess Interface Protocol: <http://wbec-ridderkerk.nl/html/UCIProtocol.html> Universal Chinese Chess Interface Protocol: <http://www.elephantbase.net/protocol/cchess_ucci.htm> COPYING
Free use of this software is granted under the terms of the GNU General Public License (GPL). 16 july 2009 eleeye_engine(6)