2025-12-14 01:39:21 +13:00
2025-12-26 20:48:02 +13:00
2025-10-23 14:22:46 +13:00
2026-01-11 17:06:53 +13:00
2025-11-20 16:22:51 +13:00
2025-11-18 18:45:20 +13:00

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 ./chess or chess if 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.

Description
Chess Engine
Readme GPL-3.0 135 KiB
Languages
C 99.6%
Shell 0.2%
Batchfile 0.2%