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

access the movement by indexing the table. For instance, a knight sitting at C3 can be indexed like this:
let moves = KNIGHT_TABLE[C3 ... ! We can store our results in a table like so:
SLIDING_MOVES[index