Real game AI, not a chatbot: why these opponents don't use an LLM
A developer at lkforge built browser-based game AI opponents using classical game-tree search — minimax with alpha-beta pruning for tic-tac-toe, expectimax for 2048, and breadth-first search for Color Lines — deliberatel…