UCI chess engine written in Pascal
  • Pascal 99.3%
  • Makefile 0.5%
  • Shell 0.2%
Find a file
2025-12-31 17:12:45 +01:00
logo Edit README 2025-06-15 17:34:47 +02:00
original Upload script 2025-01-02 07:33:10 +01:00
tutorial Delete translation folder 2025-12-07 08:38:11 +01:00
.gitignore TZustand type 2025-07-03 09:41:08 +02:00
build.sh Edit script 2025-06-22 20:34:17 +02:00
Feuerstein0461.dpr Continue translation 2025-07-08 08:20:09 +02:00
Makefile Create folders 2025-07-03 06:45:47 +02:00
old.pas Remove ASM parts 2025-06-22 20:28:50 +02:00
README.md Edit README (3) 2025-12-31 17:12:45 +01:00

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.