资 源 简 介
This project page is about the chess engine chess-at-nite. The program is written by Franziskus Domig, Panayiotis Lipiridis, Radoslav 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
You need to have a g++ compiler installed (MacOS users: download the latest Xcode, Linux users: you know how to get it).
If you don"t have a previous version, try doing 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
Windows Users
Get the latest version from Downloads
Latest Version
Find a bit more updated version on GitHub: https://github.com/fdo