Crustik Chess Engine
Plays like a human
Summary
- Each peice has its own eval and takes decisions by itself and consults or peices.
- Uses strategies just like humans.
- Runs on a potato.
- Works on any system easily because it doesnt really need too many libraries.
How to Run
- Get GCC on your computer make sure to have it in system path.
- To run for macos and linux use
./run.sh, in windows double click the .bat file. - run chess in terminal/cmd with
./chessorchessif your on windows.
Problems
chmod 777 run.sh if you get permission denied and try again to run it.
Its so early in development your going to have the manually edit the board in main.c.
Notes
if you have the expertise you can use any other C compiler by editing the .sh file.
Languages
C
99.6%
Shell
0.2%
Batchfile
0.2%