Hacker News new | ask | show | jobs
by lepapillon 1296 days ago
I like the board UI and it's a cool project idea. Did you find any good resources on programming the board representation and identifying legal moves? There doesn't seem to be a standard library or algo reference that I've seen for such a common problem.
1 comments

Thanks! For board representation and legal move generation I use chess.js in the frontend, and shakmaty in the Rust engine.