Clarify image size limit to 800x800 in README

Updated image size limit in README.
This commit is contained in:
serialexperiments0815 2025-12-06 16:50:51 +01:00 committed by GitHub
parent cc5b4e6232
commit f8ae848540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
--- ---