Daily Chess Puzzle
Solve today's Lichess puzzle in your terminal.
- Enter moves using the UCI notation. For instance, moving a queen on c5 to f8 would typically be written as the single move: Qf8.
- Using UCI notation: c5f8, not needing to specify the piece being moved.
- hint reveals the next piece to move in the correct sequence.
- quit gracefully terminates the script.
curl -sL chess.aryanmustafa.com/play | bash
curl -sL chess.aryanmustafa.com/play | bash -s -- --christmas
Requires: curl, bash, python3