The python games I have made for my TI-84 calculator. I am currently busy with other projects, but maybe I will work on some more games eventually.
A compact chess engine for Sebastian Lague's Chess Coding Challenge. Implements negamax search with alpha-beta pruning, transposition tables, and PeSTO evaluation within a 1024 token limit.