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!
https://github.com/maksimKorzh/6502-chess
Chess
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).
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).
- desertfish
- Posts: 1096
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: Chess
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.
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.