A 3D rubik resolver online, using the Morwen Thistlethwaite and IDA* algorithms, rendered with the Three.js browser WebGL engine.
client.demo.webm
The notation used is the one used globally:
- F: front
- R: right
- U: up
- B: back
- L: left
- D: down
You can add "F2" (double) instead of "F F", and "F'" (reverse) instead of "F F F".
source env.sh
docker-compose -f docker-compose.prod.yaml up
source env.sh
docker-compose up
cd api
go build
./rubik
cd api
go build
./rubik "F2 D' F D R' U L B2"
This project is online, so you can visit it by clicking here!