Chess

Talk about your programs in progress. Discuss how to implement features, etc.
Forum rules
This section is for testing Commander X16 programs and programs related to the CX16 for other platforms (compilers, data conversion tools, etc.)

Feel free to post works in progress, test builds, prototypes, and tech demos.

Finished works go in the Downloads category. Don't forget to add a hashtag (#) and the version number your program was meant to run on. (ie: #R41).
Post Reply
badmai
Posts: 28
Joined: Tue May 16, 2023 2:32 am

Hardware Chess

Post 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 212 times

chess.zip
(9.95 KiB) Downloaded 26 times


https://github.com/maksimKorzh/6502-chess
User avatar
desertfish
Posts: 1038
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Re: Chess

Post 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.
Post Reply