Hacker News new | ask | show | jobs
by the_law 703 days ago
Hey I'm working on generating chess puzzles from my own games, by fetching the games from chess.com public api, then scrutinizing them with stockfish to find missed opportunities. I'm learning Rust with it

https://github.com/The-Law-1/ChessPuzzles

1 comments

That's one way to play chess I guess.