This repository contains the chess software for the Iskra Delta Partner.
To compile, you will need a Linux machine with the latest version of the SDCC suite.
This repository uses submodules. When you clone it, don't forget to add the --recursive
switch.
Use make
to compile the chess.
Afterwards, you can find the disk image in the bin/
directory and the *.com
files in the build/
directory.
Many thanks to RatinsasPA for developing this chess engine which is used by this chess program.