chess-tui icon indicating copy to clipboard operation
chess-tui copied to clipboard

A chess TUI implementation in rust 🦀

Results 16 chess-tui issues
Sort by recently updated
recently updated
newest added

I'm trying to run _chess-tui_ bot game with _gnuchess_ engine. Created script _engine.sh:_ ``` #!/bin/sh gnuchess --uci ``` Gave it execution permissions by `chmod +x engine.sh`. Then run: `chess-tui -e...

bug

## Implement a pgn export method ## Solution - Create a new method to convert move_history into pgn - store it into a file

enhancement

## Problem Be able to play as black ## Solution Implement it and be sure to remove all the hardcoded white values

enhancement

This PR adds refactor the History to create a new type `pub type HistRec = (PieceType, String);`

## Description 3 fold repetition only checks moves in a row, it should check if the position repeats regardless of order ## To Reproduce Play a game and repeat the...

bug

It would be nice to go back and forward throughout history to look through the moves. This feature would go nicely with #25 to look through a game you have...

enhancement

## Feature Request A question: Mouse support? Is it technically possible?

enhancement

## Description As for now, the config file (containing chess-engine path) seems to be stored under `$HOME/.chess-tui`. ## Expected behavior It would be a lot better to store it under...

bug

Tried to use the docker image, and see this error in the logs. Are any volume mappings necessary for this to work ? Am I correct to assume that I...

bug

## Problem Material difference is not shown. ## Solution Display material difference in History. ## Additional context I guess Lichess has support for this too.

enhancement