UCI chess engine written in Pascal
- Pascal 99.3%
- Makefile 0.5%
- Shell 0.2%
| logo | ||
| original | ||
| tutorial | ||
| .gitignore | ||
| build.sh | ||
| Feuerstein0461.dpr | ||
| Makefile | ||
| old.pas | ||
| README.md | ||
Feuerstein multiplatform
Description
Feuerstein 0.4.6.1 multiplatform is a chess engine written in Pascal by Fritz Grau, and modified for Linux compatibility by R. Chastain.
Protocol
Feuerstein supports UCI protocol. When compiled with -dVarianten option, it also supports CECP protocol, and is able to play Crazyhouse variant (not tested).
Build
To build Feuerstein multiplatform, you need Free Pascal.
fpc -Mdelphi Feuerstein0461.dpr
You can also use make.
make feuerstein64
Logo
Logo by Dusan Stamenkovic.
History
Revision 0.1
Feuerstein multiplatform, first version. See changes here.
Revision 0.2
64-bit compilation.
Revision 0.3
64-bit Assembly.
Revision 0.4
Remove Assembly. Try to improve code readability.
