A 3D Rubiks Cube that is controlled via keyboard input. Push the button to scramble cube, then you can manually solve it.
In Progress: AI Solver
- Java 8 (or above)
- Apache Maven
git clone https://github.com/RyanJasiakUIC/CubeSimulator.git
mvn compile exec:java- Please Note: First compilation may take a minute to collect and compile all JavaFX and Maven Dependencies. Have no fear!
https://www.youtube.com/watch?v=XuFMs_T3yFI
- Rotate Cube:
- T, Y, G, H, B, N
- Front Face:
- Z, X
- Back Face:
- C, V
- Top Face:
- W, E
- Bottom Face:
- S, D
- Left Face:
- Q, A
- Right Face:
- R, F
