Skip to content

ZhanchongDeng/linkedin_patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Patches

A small Streamlit puzzle game inspired by LinkedIn's new Puzzle Game, now on an 8x8 board. Each new game starts with a fresh random puzzle.

Rules

Each colored number must become one axis-aligned rectangle. The rectangle must contain exactly as many cells as the number shown. When every cell in the 8x8 board is covered without overlaps, the puzzle is solved automatically.

Controls

  • Select a clue from the dropdown.
  • Choose one of the valid rectangles shown for that clue.
  • Click Place Rectangle to commit the move.
  • Use Clear Selected Clue, Undo, Reset, and New Game as needed.

Run

pip install -r requirements.txt
streamlit run streamlit_app.py

The shared game logic lives in patches_core.py.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages