Page 1 of 1

Chess

Posted: Mon Apr 08, 2024 2:35 am
by badmai
I ported the chess engine from Code Monkey King (link below) to Prog8....
Just a project to test his algo with visual output (source code included)

*CPU vs CPU so just a visual demo
*mate is not checked, and may crash when it happens :)

for fun I tried to randomize the "depth" so each game is different

*1 day project, so not sure i'll make it into a "full" game


Try It Now!


chess.png
chess.png (113 KiB) Viewed 1550 times

chess.zip
(9.95 KiB) Downloaded 107 times


https://github.com/maksimKorzh/6502-chess

Re: Chess

Posted: Mon Apr 08, 2024 6:49 pm
by desertfish
Does it implement a real search algorithm?

It has to play a match against my half assed attempt at a chess program!! https://github.com/irmen/cx16chess/
Although a couple of rules are still missing in that one so I expect a solid defeat.