Linea Caelestis
Simple chess engine written in Python.You can play against it here, but it’s mostly offline nowadays.
It uses a simple alpha-beta pruning algorithm to search the game tree. Evaluation methods are simple which makes it not a good engine, but it was a good learning experience for me, I plan to improve it in the future using AI algorithms to evaluate the board.