Bare minimum chess program in C: Part2 - board representation & piece encoding
Bare minimum chess program in C: Part6 - Code Monkey King plays against his own program
Bare minimum chess program in C: part 3 - move generator
Bare minimum chess program in C: part 4 - search & evaluation
BMCP 2.0 - Refined bare minimum chess program & intro to a new minimalist chess variants project
Bare minimum chess program in C: Part 5 - interaction with the user
Deobfuscating world's smallest chess program in JS - part 2 - revealing search depth & side to move
Bare minimum chess program in C: Part1 - design and implementation overview + demonstration
Programming a Chess Engine in C No. 99 - Adding age hash entries (re-upload)
ChatGPT is amazed by my bare minimum chess program implementation
Programming a Chess Engine in C No. 97 Fixes and Xboard removal
[0x88]
Chess game using c language (UPDATE 2.0) with link to the source code.
Chess in C programming.
Deobfuscating world's smallest chess program in JS - part 1 - board representation & piece encoding
Chess programming CRASH COURSE | inspired by Micro-Max chess engine by H.G. Muller
Chess Engine - Interlude - Code to this point
Mystery Wheel DARES Challenge vs KAJAL
Programming a Chess Game in C# | Part 6 - Generating Moves II
Bitboard CHESS ENGINE in C: implementing MAKE MOVE function (moving pieces)