LinkedIn Queens Solver
Description: This is a Python implementation of the solver for the daily Queens puzzle from LinkedIn.
License: This project is licensed under the MIT License - see the LICENSE file for details.
Installation
- Use the following to install all the dependencies: pip install -r requirements.txt
- Clone the repo: git clone: https://github.com/shahulmubeen-a/LinkedIN-Queens
- On the levels folder, create a .txt file with a grid of alphabets that represents different color zones. Look at other grid files for references.
- Update settings.py to reference the .txt file you created
- Run main.py
Acknowledgements
- Pygame for visualization
- Numpy for matrix operations
- z3-solver to solve the puzzle