Zip Clone v1
Basic recreation of LinkedIn Zip
This project recreates zip
When runnning locally, a designer mode is avalible so that I can design/recreate game boards and then save them into the puzzle list
Screenshot-to-puzzle parser — Python script using OpenCV + pytesseract that takes a screenshot of a completed LinkedIn Zip game and outputs a Puzzle object. Approach: detect grid bounding box → warp to square → divide into cells → OCR digits for waypoints → sample gap strips between adjacent cells for walls.
Make a leaderboard
Get all Zips into the puzzle list. All the zips since Febuary are stored here:
Rendering wall corners
Random mode
Challenge mode to see if you can solve all the unique solutions, for the subset of puzzles that have multiple solutions
Basic recreation of LinkedIn Zip