Show HN: Chessterm – Rust-based terminal chess engine for chess notation(github.com)
github.com
Show HN: Chessterm – Rust-based terminal chess engine for chess notation
https://github.com/ronaldsuwandi/chessterm
1 comments
Looks pretty good.
https://github.com/ronaldsuwandi/chessterm
Unlike typical chess UIs that wrap around Stockfish, this is built completely from scratch, with: - PGN-only input (no AI, just human vs human) - Bitboard-based move generation (u64, precomputed attack masks) - Built with ratatui for a smooth terminal experience
Would love to hear your feedback!