I came across the eight queens puzzle in a computer game and as I learned more about it, I thought it would be cool to code for one of my projects.
As I create new projects, I try to incorporate my own designs. The queen svg pieces were all created using Inkscape based on the image from the puzzle's Wikipedia's page. ๐จ
The game board can be navigated using arrow keys and there is more than 1 solution to solving it.
If there's anything I can improve on in terms of accessibility please let me know and I'll do my best to fix it.
Thanks for reading. ๐
Top comments (1)
Fantastic! Looks like you built a chess engine from scratch?