Daily Chess Puzzle

Solve today's Lichess puzzle in your terminal.

  1. Enter moves using the UCI notation. For instance, moving a queen on c5 to f8 would typically be written as the single move: Qf8.
  2. Using UCI notation: c5f8, not needing to specify the piece being moved.
  3. hint reveals the next piece to move in the correct sequence.
  4. 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