An open API service indexing awesome lists of open source software.

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.

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