Skip to content

shahulmubeen-a/LinkedIN-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Use the following to install all the dependencies: pip install -r requirements.txt
  2. Clone the repo: git clone: https://github.com/shahulmubeen-a/LinkedIN-Queens
  3. 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.
  4. Update settings.py to reference the .txt file you created
  5. Run main.py

Acknowledgements

  1. Pygame for visualization
  2. Numpy for matrix operations
  3. z3-solver to solve the puzzle

About

A Z3 based solver for the LinkedIn's Queens puzzle

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages