mirror of
https://github.com/serialexperiments0815/PythonJigsaw01.git
synced 2026-07-12 15:32:26 +00:00
Clarify image size limit to 800x800 in README
Updated image size limit in README.
This commit is contained in:
parent
cc5b4e6232
commit
f8ae848540
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# PythonJigsaw01 🎯
|
# PythonJigsaw01
|
||||||
|
|
||||||
A simple jigsaw puzzle game built with Python, PyQt5, and Pillow.
|
A simple jigsaw puzzle game built with Python, PyQt5, and Pillow.
|
||||||
Load any image (below a certain size), split it into pieces, and manually assemble them - pieces snap together and cluster when placed near each other.
|
Load any image (below 800x800 size), split it into pieces, and manually assemble them - pieces snap together and cluster when placed near each other.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue