6 ms·
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 doe
by lepapillon 4y 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.
- MereGurudev 4y agoThanks! For board representation and legal move generation I use chess.js in the frontend, and shakmaty in the Rust engine.