World’s Smallest Chess Program [ Guinness World Record ]
=======================================================
ChesSkelet by Alex Garcia:
=======================================================
Programming the game of Go (16 videos):
=======================================================
Coding your first chess eninge in Python (6 videos):
=======================================================
Coding bitboard chess engine in C (95 videos):
=======================================================
Array based chess engine in javascript:
=======================================================
Chinese chess ( xiangqi ) engine in javascript:
=======================================================
Chess variants (including Korean chess janggi!):
=======================================================
Chess bot to play chess on any website (tutorials):
=======================================================
Chess programming playlists:
============================================
SUPPORT THIS CHANNEL:
PayPal: maksymkorzh@
Patreon:
=======================================================
CONTENTS:
=======================================================
00:00 Guinness world record for smallest chess
01:55 Project website
02:50 268 bytes VS 353 bytes versions
05:00 Playing against 268 bytes version
08:00 Playing against 353 bytes version
13:28 Source code
14:34 Program overview
16:57 Walking through the pseudo code provided by the author