https://github.com/hactarce/2x2x2x2-scrambler
A web-based 2x2x2x2 random-state scrambler written in ClojureScript
https://github.com/hactarce/2x2x2x2-scrambler
2x2x2x2 clojurescript rubiks-cube-scrambler
Last synced: 10 months ago
JSON representation
A web-based 2x2x2x2 random-state scrambler written in ClojureScript
- Host: GitHub
- URL: https://github.com/hactarce/2x2x2x2-scrambler
- Owner: HactarCE
- License: gpl-3.0
- Created: 2018-07-27T02:58:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T22:01:51.000Z (almost 8 years ago)
- Last Synced: 2025-03-14T06:27:16.165Z (over 1 year ago)
- Topics: 2x2x2x2, clojurescript, rubiks-cube-scrambler
- Language: Clojure
- Homepage: https://hactarce.github.io/2x2x2x2-Scrambler/
- Size: 1.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [2x2x2x2-Scrambler](https://hactarce.github.io/2x2x2x2-Scrambler/)
A web-based random-state scrambler for [Melinda's 2x2x2x2](http://superliminal.com/cube/2x2x2x2/) written in ClojureScript
## Features
* Generates a random solvable puzzle state
* Displays an SVG image of the puzzle state
## Planned features
* 3-stage solver to find a move sequence to reach the puzzle state
* Serialize/deserialize scrambles (possibly in a human-readable format)
* Produce an [MC4D](http://superliminal.com/cube/cube.htm)-compatible file to allow side-by-side solving of the physical and virtual puzzles
* Interactive 2x2x2x2 simulator?
## Changelog
### v0.1
* Initial release