Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)