Rubik's Cube
This is an implementation of the Rubik's cube puzzle in the Elm language using WebGL.
Instructions to run
- Install elm elm-lang.org/install
- Clone this repo
- Run
elm reactor - Open localhost:8000/src/Main.elm in the browser
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
scripts |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
Decode.elm |
|
|
|
|
Encode.elm |
|
|
|
|
InteractionHandler.elm |
|
|
|
|
Logic.elm |
|
|
|
|
Main.elm |
|
|
|
|
Quaternion.elm |
|
|
|
|
Readme.md |
|
|
|
|
TODO.md |
|
|
|
|
Text.elm |
|
|
|
|
Types.elm |
|
|
|
|
Utils.elm |
|
|
|
|
View.elm |
|
|
|
|
cube.gif |
|
|
|
|
elm-package.json |
|
|
|
|
index.html |
|
|
This is an implementation of the Rubik's cube puzzle in the Elm language using WebGL.
elm reactor