https://github.com/chj85/jigsaw_puzzle
Turn your pictures into jigsaw puzzles with this fun little Python based jigsaw game.
https://github.com/chj85/jigsaw_puzzle
Last synced: 2 months ago
JSON representation
Turn your pictures into jigsaw puzzles with this fun little Python based jigsaw game.
- Host: GitHub
- URL: https://github.com/chj85/jigsaw_puzzle
- Owner: CHJ85
- License: mit
- Created: 2024-06-04T20:06:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T20:25:32.000Z (about 1 year ago)
- Last Synced: 2025-02-15T23:43:13.893Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jigsaw Puzzle
Turn your pictures into jigsaw puzzles with this fun little cross-platform Python based jigsaw game.This game takes a random image from your Pictures folder and turns it into a jigsaw puzzle for you to solve.
# Hotkeys
CTRL+R: Reshuffle the current image.
CTRL+N: Load a new random image.
CTRL+O: Open a custom image.
CTRL+P: Prompt to input a specific number of puzzle pieces.# Usage
Play the game:
python game.py
Start the game with 10x10 puzzle pieces:
python game.py --p 10