Blog
/ Personal Projects
[Guest Post] How to Write a Chess Variant Website in Six Months protochess.com: the chess website that lets you make custom pieces and boards

at C3 can be indexed like this:
let moves = KNIGHT_TABLE[C3 ... . . . .
(For clarity, . is used instead of 0 and the C3 square is marked with an ... own pieces
let moves = KNIGHT_TABLE[C3]
//Moves, but only the ones that