A console/text based chess program with XBoard/CECP and UCI API, available on all major platforms. You may need a graphical chess interface to use it. Please refer to README.md in the files section for installation instructions.
The last stable release is 2.1.9 and has been released on 19/08/2025.
Belofte 0.2.0 till 0.9.20 (c/c++): Xboard 1 & 2 (CECP) - Linux/Unix/(Windows)
Belofte 2.1.1 and up (c++11) : UCI and Xboard 2 - Linux/Windows/Mac/Android/...
For access to code, please...
MKGI Chess Club is a chess playing server with a pure Web interface. It features complete player profile management, full html email notification with embedded board display. It also includes an interface to match against chess engines such as gnuchess.
The purpose of this project was to test my programming skill, and because a friend dared me (don't get any ideas). Those who program in pascal will know that it is not designed for creating games.
Please note that this project was started a year after I first learned to program (pascal is my first language), and so the old code may be very basic. (Feel free to look at it, it's the CHESS.PAS file)
The notes and do do list (see files) contains my plans with the project and its version history. This is the closest you will get to a read me (I may add one at some point).
...
IMPORTANT: I renamed the project to cengix (chess engine no. x). See http://code.google.com/p/cengix.
IMPORTANT: yacen is not in any way related to the YACE chess engine. The similar name was a mistake. To avoid confusion, I will rename my project soon and provide a link to the new site then.
yacen is a simple chess engine with main focus on understandability of code and mechanisms rather than on pure performance.
It is completely written in ANSI-C using nothing more than the standard...
Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
PGN Viewer Oslo to load PGN chess notations from flat text file
PGNViewerOslo is a free open-source chess game viewer for Windows. PGNViewerOslo is based on code from PGN Viewer http://pgnviewer.sourceforge.net/ - a project for which there have been no updates for several years.
Read and write PGN format and test moves for legality.
SAN Kit was made public in 1993 by Stephen Edwards, the inventor of PGN Chess notation. The original code is in C, and with few comments quite cryptic. In addition, the original author's style was quite quixotic, making it even more difficult to read.
This code is now reformatted to modern standards, adds support for NAG codes and comments, and has a "non-CLI" mode for inclusion in chess playing programs.
The code has gone through extensive analysis using the llvm/clang compiler and...
A small ICS chess client written in Java, not so large as Jin and nicer looking. The main thing will be to write code for various chess servers. Expected features include game saving as PGN and support for most commands of various ICS servers.
Croatian Chess is a collection of various chess variants, starting as a simple and natural enhancement to classical chess and growing ever more complex with each new variant.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
In knight tour (kt) problem every chess square is visited exactly once using knight moves. In this game some knight moves already made and we have an incomplete kt. The object is to complete the kt by guessing missing moves.
The Felo rating system provides an objective fencing strength estimate for each individual fencer in a group, just like the Elo rating in chess. This program calculates the Felo numbers by analysing a bout result list created by the user.
A Chess game made by two students for a progamming project. The game has support to save and load files and timers for each player. The source code is in portuguese but there are plans to translate it. This is the base for the bigger project: Hydrus.
ChessDB is a free open-source chess database for Windows, Linux, Mac OSX and most UNIX and UNIX-like operating systems. ChessDB is based on code from Scid http://scid.sourceforge.net/ - a project for which there have been no updates for several years. In
Kingdom Wars is a client/server chess daemon designed to run on multiple operating platforms. Both the client and the server are stand alone. The network protocal is open, and custom clients are welcome to be developed.
A cross platform chess database which supports ChessGML, PGN, SVG, PostgreSQL and plugins written in Java or Jython. Some Python chess libraries and some Python tools are included.
Usable pieces are Java and Python opening classification libraries.
This is a collection of game plugins for Eclipse using the Graphical Editing Framework (GEF). All code is written in Java. These plugins are currently being tested on Windows but should work on any platform supported by Eclipse.
ictk - Internet Chess ToolKit is a java based set of libraries and widgets useful for performing common tasks such as reading PGN, FEN, and generating legal moves. The net libraries convert ICS (Internet Chess Server) output into java objects.
The project is an opengl 3d (3 level) chess game with an ai that plays against the user. It is written is C++ and uses tcl/tk. All of the code is nearly platform independent.
Metagame-Sector is a Python framework for quickly and easily making Sector-based games (ie, Chess, Risk, Bard's Tale, Zelda, WarCraft, Civ). Features include Client-Server model, View separation (ie, you can have a GNOME and a Win32 frontend), and more.
Faile is a free chess program which plays a fairly strong game of chess (Expert strength or better). One of the main goals of Faile is to provide a full featured chess program with source code which is tidy, well documented, and easy to understand.
pgn2pgc converts text Portable Game Notation (PGN) chess files into highly compressed Portable Game Coding (PGC) chess files. This is the only implementation of PGC as described in the PGN standard. Code is also useful for writing chess software.