Skip to main content

Getting Started

Welcome to the chess-tui documentation!

Chess TUI is a terminal chess game written in Rust . It is a simple and easy-to-use chess game that you can play in your terminal.

This documentation will guide you through the different features of the game, how to install it, and the code architecture of the project if you want to contribute.

logo
Disclaimer

This project is still in development and some features may not be available yet.

Quick install

cargo install chess-tui

Then run the game with:

chess-tui

You can find a more detailed installation guide with your favorite package manager in the Installation section.