$
find ./tags/ -type f -name "*.md" | sort -r
Game
Terminal Chess
Terminal Chess Terminal Chess is a command-line chess game implemented in Python. It features a clean ASCII art representation of the chess board and pieces, along with an AI opponent that uses the minimax algorithm with alpha-beta pruning.
Features Complete chess rule implementation ASCII art chess board display Two-player mode AI opponent with configurable difficulty levels Move validation and legal move highlighting Check and checkmate detection Castling, en passant, and pawn promotion Move history and notation Save and load games Installation git clone https://github.
Read More
$