Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangomango/imagebuilder
An image builder puzzle game
https://github.com/orangomango/imagebuilder
images java javafx
Last synced: 5 days ago
JSON representation
An image builder puzzle game
- Host: GitHub
- URL: https://github.com/orangomango/imagebuilder
- Owner: OrangoMango
- License: mit
- Created: 2024-08-13T08:36:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:59:13.000Z (6 months ago)
- Last Synced: 2024-11-19T21:09:34.802Z (2 months ago)
- Topics: images, java, javafx
- Language: Java
- Homepage: https://youtube.com/shorts/orP_T_OnBR4
- Size: 3.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageBuilder v1.0
An image builder puzzle game# How to run
* Compile it with `javac --module-path --add-modules javafx.controls ImageBuilder.java`
* Execute it with `java --module-path --add-modules javafx.controls ImageBuilder ` (image url can be for example `file:///home/user/Desktop/image.png`)# Keys to use
* Drag the mouse to manually solve the puzzle
* `SPACE` to scramble
* `S` to solve the puzzle
* `C` to clear the current moves list
* `R` to reset the puzzle# Images
You can use one of the following images I made:
* [imagebuilder-1.png](https://github.com/OrangoMango/ImageBuilder/blob/main/imagebuilder-1.png?raw=true)
* [imagebuilder-2.png](https://github.com/OrangoMango/ImageBuilder/blob/main/imagebuilder-2.png?raw=true)
* [imagebuilder-3.png](https://github.com/OrangoMango/ImageBuilder/blob/main/imagebuilder-3.png?raw=true)
* [imagebuilder-4.png](https://github.com/OrangoMango/ImageBuilder/blob/main/imagebuilder-4.png?raw=true)
* [imagebuilder-5.png](https://github.com/OrangoMango/ImageBuilder/blob/main/imagebuilder-5.png?raw=true)# GIF
![gif](https://github.com/user-attachments/assets/4066ec3e-9e96-49b5-956f-e850b175cafc)