An open API service indexing awesome lists of open source software.

https://github.com/agkkkkk/chess-shell

A simple terminal based chess game
https://github.com/agkkkkk/chess-shell

chess rust terminal-game

Last synced: 3 months ago
JSON representation

A simple terminal based chess game

Awesome Lists containing this project

README

        

# Chess Shell

## Table of Contents

- [About](#about)
- [Package Used](#package_used)
- [Getting Started](#getting_started)

## About

A Terminal based chess game built in rust.

## Package Used

- clap => Command line argument Parser
- uci => library to communicate with UCI compatible chess engine
- ratatui => crate to create Terminal User Interface (TUI).

## Getting Started

### Installing

**With Github**

```
git clone [email protected]:thomas-mauran/chess-tui.git
cd chess-tui
cargo build --release
./target/release/chess-tui
```