forked from fdomig/chess-at-nite
-
Notifications
You must be signed in to change notification settings - Fork 0
Chess engine written in C++
License
En-En-Code/chess-at-nite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project page is about the chess engine chess-at-nite. The program is written by Franziskus Domig, Panayiotis Lipiridis, Radoslav Petrik, Thai Gia Tuong. chess-at-nite is a chess engine written in C/C++. It supports the usage of xboard/winboard for a graphical representation. chess-at-nite uses a x88 board representation to do fast move generation and calculations. The basic search algorithm is a heavly modified alpha- beta implementation with several heuristics. You can try using 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 Windows version at http://code.google.com/p/chess-at-nite/ chess-at-nite is released under the MIT License. See LICENSE. Feel free to download, modify, test and contribute to this project.
About
Chess engine written in C++
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 94.0%
- C 5.1%
- Makefile 0.9%