Programming A Game Of Go In 6502 Assembly - Marking Connected Group, Counting Liberties

Опубликовано: 15 Март 2026
на канале: Chess Programming
280
16

=======================================================
KIM-1 Emulator online: https://github.com/maksimKorzh/KIM-1
=======================================================
KIM-1 Emulator for Linux: https://github.com/maksimKorzh/kim1
=======================================================
Micro Go: https://github.com/maksimKorzh/microgo
=======================================================
Bare Minimum Go Program: https://github.com/maksimKorzh/bmgp
=======================================================
ChessSkelet JS port: https://github.com/maksimKorzh/chessk...
ChesSkelet by Alex Garcia: http://borialabs.free.nf/chesskelet/
=======================================================
Programming the game of Go (16 videos):
   • A gentle intro to programming a board game...  
=======================================================
Coding your first chess eninge in Python (6 videos):
   • Toyfish: CHESS ENGINE in PYTHON for ABSOLU...  
=======================================================
Coding bitboard chess engine in C (95 videos):
   • Bitboard CHESS ENGINE in C: intro  
=======================================================
Array based chess engine in javascript:
   • How to reuse javascript CHESS ENGINE code ...  
=======================================================
Chinese chess ( xiangqi ) engine in javascript:
   • Discovering Chinese chess Xiangqi to creat...  
=======================================================
Chess variants (including Korean chess janggi!):
https://github.com/maksimKorzh/bmcp-v...
=======================================================
Chess bot to play chess on any website (tutorials):
   • CHESS BOT interface to play on ANY WEBSITE...  
=======================================================
Chess programming playlists:
   / @chessprogramming591  
=======================================================
SUPPORT THIS CHANNEL:
PayPal: [email protected]
Patreon:   / code_monkey_king  
=======================================================
00:00 Intro
02:12 COUNT routine pseudo code
06:45 Walking through COUNT 6502 listing
19:40 Walking through the driver code calling COUNT
23:47 Loading program from paper tape
25:24 Temporarily disabling main loop to inspect liberty count after running the program
27:45 Restoring main loop, testing COUNT in a loop, visually inspect marked stones & liberties