Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amhsirak/picture-puzzle
Desktop-based picture puzzle game. Supports importing photos from your system
https://github.com/amhsirak/picture-puzzle
desktop-application gamedev java picture-puzzle puzzles swing-gui
Last synced: about 1 month ago
JSON representation
Desktop-based picture puzzle game. Supports importing photos from your system
- Host: GitHub
- URL: https://github.com/amhsirak/picture-puzzle
- Owner: amhsirak
- Created: 2021-04-15T07:35:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T20:56:20.000Z (over 3 years ago)
- Last Synced: 2024-04-08T04:39:32.381Z (9 months ago)
- Topics: desktop-application, gamedev, java, picture-puzzle, puzzles, swing-gui
- Language: Java
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
A simple desktop GUI picture puzzle game similar to a jigsaw puzzle but with square pieces. Arrange the square pieces at the right position to assemble the divided picture.
Continue by clicking on the square pieces until the picture is formed and the puzzle is solved. You can create puzzles with your own pictures or play with the default image.## Features
* Timer
* Start/Stop
* Play/Pause
* Shuffle ( To generate random shufflings )
* Load ( To load any image from your desktop )## Tech Stack
Java
## Screenshots
![image7](https://user-images.githubusercontent.com/76456498/120940211-c8271580-c739-11eb-9da4-00d8f6115b5c.png)
![image6](https://user-images.githubusercontent.com/76456498/120940216-ceb58d00-c739-11eb-8e84-d91e5c79af88.png)
![image5](https://user-images.githubusercontent.com/76456498/120940218-d2e1aa80-c739-11eb-8480-6f96c3f84b10.png)
## To Try This Own Your Own
Clone the repository:
```
git clone https://github.com/karishmas6/picture-puzzle-game.git
```