Deobfuscating world's smallest chess program in JS - part 1 - board representation & piece encoding
Deobfuscating world's smallest chess program in JS - part 3 - board, make move & take back variables
Deobfuscating world's smallest chess program in JS - part 2 - revealing search depth & side to move
Deobfuscating world's smallest chess program in JS - part 4 - mapping piece types to move offsets
Deobfuscating world's smallest chess program in JS - part 5 - breaking down king capture logic
Deobfuscating world's smallest chess program in JS - part 6 - no meaningless variables left
How the world's smallest chess program works? | Nanochess by Oscar Toledo deobfuscated & explained
Game against nanochess, the world's smallest chess program
Chessboard using JavaScript
Profiling javascript CHESS ENGINE to reveal the most time consuming functions
Bare minimum Thai chess Makruk engine with GUI in vanilla JavaScript
World's first commercial chess program - MicroChess by Peter Jennings
LayerOne 2017 - Automating Javascript Deobfuscation (iximeow)
I made a chess program in under 1K of 6502 assembly that runs on an unexpended KIM-1
Bare minimum chess program in C: Part 5 - interaction with the user
Xiangqi chess engine in javascript: board representation & piece/square encoding
🚀 Create a Stunning 3D Cube with HTML, CSS & JavaScript! | Web Animation Tutorial
javascript tutorial for beginners - JavaScript deobfuscation
中國象棋遊戲 | Xiangqi chess engine in javascript: background image and general GUI setup
Where the chess engine strength is coming from?