Skip to content

ptsouchlos/chess-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-cat

chess-cat is a simple CLI program to visualize a chess board in the terminal.

Demo gif showing what chess-cat can do

Installation

Manually

Clone the repository. See build instructions for more details on how to build the program. Then run:

cargo install --path .

From crates.io

cargo install chess-cat --locked

Build instructions

Make sure you have Rust installed. Then clone the repository and run:

cargo build -r

To run the program, use:

cargo run -r -- <FEN string>

To run the tests, use:

cargo test

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author


@ptsouchlos

About

Visualize chess boards in your terminal!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages