Skip to content

infernosalex/chess-tui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-tui

A chess TUI implementation in rust 🦀

board

GitHub CILicense: MITGitHub release

Quick install

cargo install chess-tui
chess-tui

If you want to install the game with your favorite package manager, you can find the installation guide here.

Available on

Packaging status

Features

Helper menu Helper menu
Local 2 player mode Helper menu
Draws
  • Stalemate
  • 50 moves rules
  • 3 time repetition of the same position
Piece Promotion no demo available yet
Play against any UCI chess engine as black or white

Play the white pieces

Play against a chess engine as white

Play the black pieces

Play against a chess engine as black

Connect a chess engine

You can play chess-tui with any UCI compatible chess engines. To do so you will need to use the -e command to give the chess engine binary path.

Example:

chess-tui -e /your/bin/path

Here I installed stockfish using homebrew and gave chess-tui the path the the engine binary. This command will store in your home directory the chess engine path so you don't have to relink it everytime !

Documentation

You can find the documentation of the project here

Roadmap

You can find the roadmap of the project here if you want to contribute.

Crates.io

The project is also available on crates.io here

About

A chess TUI implementation in rust 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 95.3%
  • TypeScript 2.8%
  • CSS 1.2%
  • Other 0.7%