Giter VIP home page Giter VIP logo

chess-tui's Introduction

chess-tui

A chess TUI implementation in rust ๐Ÿฆ€

board

GitHub CI License: MIT GitHub release

Demo

With docker

docker run --rm -it ghcr.io/thomas-mauran/chess-tui:main

With Cargo

cargo install chess-tui
chess-tui

With Github

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

NetBSD

On NetBSD a pre-compiled binary is available from the official repositories. To install it, simply run:

pkgin install chess-tui

Arch Linux

On Arch Linux a PKGBUILD is available from the AUR. To install it, simply use an aur-helper:

paru -S chess-tui

Features

Helper menu Helper menu
Piece moves and checkmate Helper menu
Draws
  • Stalemate
  • 50 moves rules
  • 3 time repetition of the same position
Piece Promotion no demo available yet
Play against a chess engine Play against a chess engine

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

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 !

chess-tui's People

Contributors

thomas-mauran avatar jeromeschmied avatar charley04310 avatar joshka avatar kuruyia avatar rustmilian avatar jhauris avatar 0323pin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.