Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusbuffett/chess-tactics-cli
A tactics trainer for the command line
https://github.com/marcusbuffett/chess-tactics-cli
Last synced: 23 days ago
JSON representation
A tactics trainer for the command line
- Host: GitHub
- URL: https://github.com/marcusbuffett/chess-tactics-cli
- Owner: marcusbuffett
- Created: 2021-05-14T00:21:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T16:29:31.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T01:48:53.571Z (about 1 month ago)
- Language: Rust
- Size: 660 KB
- Stars: 37
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chess Tactics CLI
![Screen shot](./assets/usage.gif)
Practice some chess tactics in your terminal while you wait for your code to
compile. Fetches tactics from [Chess Madra](https://chessmadra.com).### Built With
* Rust
* [The Lichess Puzzles Database](https://database.lichess.org/#puzzles)
* [Shakmaty](https://github.com/niklasf/shakmaty)## Installation
```sh
cargo install tactics-trainer-cli
```## Usage
Usage is straightforward, just run `tactics-trainer`
```sh
tactics-trainer
```
Or specify some tags (See [this
file](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml) for all tags):
```sh
tactics-trainer --tags mateIn1
```Or specify a rating range:
```sh
tactics-trainer --rating=600-1200
```## Roadmap
- [ ] Sessions
- [ ] Spaced repetition of failed puzzles
- [ ] AND queries for themes## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Marcus Bufett - [@marcusbuffett](https://twitter.com/marcusbuffett) - [email protected]