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.
- Promoting a pawn: you must specify the piece you are promoting to: a7a8q, i.e. white's a pawn promotes to a queen.
- `hint` reveals the next piece to move in the correct sequence.
- `quit` gracefully terminates the script.
curl -fsSL chess.aryanmustafa.com/play | bash
curl -fsSL chess.aryanmustafa.com/play | bash -s -- --christmas
Requires: curl, bash, python3