ts-chess-engine
A modern, object-oriented chess engine built with TypeScript
ban-chess.ts
A TypeScript wrapper library for implementing the **Ban Chess** variant on top of the `chess.ts` library. In Ban Chess, players must navigate around banned moves - each move is preceded by the opponent banning one of their legal options.
catan-game-engine
A complete TypeScript implementation of Settlers of Catan game logic