Zip Clone

Visit site View repo

Releases

Zip Clone v1

Basic recreation of LinkedIn Zip

Zip clone

This project recreates zip

Designer

When runnning locally, a designer mode is avalible so that I can design/recreate game boards and then save them into the puzzle list

Todos

  • 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