Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangomango/rubikcube
Rubik's cube made with javafx3D (Custom moves and solving algorithm). Includes an Android version.
https://github.com/orangomango/rubikcube
android java javafx rubiks-cube
Last synced: about 1 month ago
JSON representation
Rubik's cube made with javafx3D (Custom moves and solving algorithm). Includes an Android version.
- Host: GitHub
- URL: https://github.com/orangomango/rubikcube
- Owner: OrangoMango
- License: mit
- Created: 2022-06-19T13:14:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T09:31:18.000Z (7 months ago)
- Last Synced: 2024-05-19T10:32:55.880Z (7 months ago)
- Topics: android, java, javafx, rubiks-cube
- Language: Java
- Homepage: https://orangomango.itch.io/rubik-cube
- Size: 16.8 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RubikCube
Rubik's cube made with javafx3D
# Features
* Custom moves
* Custom algorithms
* **Solving algorithm using the layers method** *(3x3 cube only)*
* any NxNxN cube
# How to run
* JDK 17+ needed
```bash
./gradlew run
```
# Itch.io
https://orangomango.itch.io/rubik-cube
# Android
Download the apk from the [latest relase](https://github.com/OrangoMango/RubikCube/releases/latest) page or from [the itch.io page](https://orangomango.itch.io/rubik-cube).
# Screenshots
![image](https://github.com/OrangoMango/RubikCube/assets/61402409/d50fe98e-7e56-4d49-99bb-37b9961db3a4)
![image](https://github.com/OrangoMango/RubikCube/assets/61402409/09cc5d03-a972-46a5-822e-750ca9854251)
![image](https://github.com/OrangoMango/RubikCube/assets/61402409/0c57be33-eaf9-487b-aa26-46009e1fc9e6)
![image](https://github.com/OrangoMango/RubikCube/assets/61402409/d1f79ae3-0328-4efa-a234-be7ebdf7940c)
![image](https://github.com/OrangoMango/RubikCube/assets/61402409/640b3dd5-b745-4275-9cf5-92af06fa9656)