A chess TUI implementation

The latest commit has been made by Thomas Mauran, who can be contacted at [email protected]. The commit with ID 592de11 is related to the files and their permalink, but it seems that the latest commit information failed to load. The content is about a chess TUI implementation written in Rust. There are different ways to run the chess TUI, including using Docker, Cargo, or cloning the project from GitHub. The features of the TUI include a helper menu, piece moves, checkmate, draws, stalemate, 50 moves rules, and piece promotion. Unfortunately, there is no available demo for piece promotion at the moment. The project has a roadmap for future development, and it is also available on crates.io for easier access.

https://github.com/thomas-mauran/chess-tui

To top