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
- Host: GitHub
- URL: https://github.com/agkkkkk/chess-shell
- Owner: agkkkkk
- Created: 2024-10-18T17:39:26.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:18:08.000Z (7 months ago)
- Last Synced: 2025-01-05T10:12:04.093Z (4 months ago)
- Topics: chess, rust, terminal-game
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess Shell
## Table of Contents
- [About](#about)
- [Package Used](#package_used)
- [Getting Started](#getting_started)A Terminal based chess game built in rust.
- clap => Command line argument Parser
- uci => library to communicate with UCI compatible chess engine
- ratatui => crate to create Terminal User Interface (TUI).### Installing
**With Github**
```
git clone [email protected]:thomas-mauran/chess-tui.git
cd chess-tui
cargo build --release
./target/release/chess-tui
```