My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

This project page is about the chess engine chess-at-nite. The program is written by Franziskus Domig, Panayiotis Lipiridis, Rado Petrik and Thai Gia Tuong. It is released under the MIT License. Feel free to download, modify, test and contribute to this project.

Wanna Play?

Linux/MacOS Users

Get the latest executables from Downloads or you need to have a g++ compiler installed (MacOS users: download the latest Xcode, Linux users: you know how to get it) and do the following:

if you don't have a previous version, try this:

$ svn checkout http://chess-at-nite.googlecode.com/svn/trunk/ chess-at-nite
$ cd chess-at-nite
$ make
$ cd bin
$ ./chess-at-nite

if you want to update your previous version, locate the directory and try this:

$ svn update
$ make clean && make
$ cd bin
$ ./chess-at-nite

You can try using experimental XBoard/WinBoard support by starting xboard using the chess-at-nite engine (Mac OSX/Linux):

$ xboard -fcp "./chess-at-nite" -fd "/path/to/chess-at-nite/bin/"

or downloading a bundled WinBoard version (Windows).

Windows Users

Get the latest version from Downloads.

Powered by Google Project Hosting