This is an implementation of the Rubik's cube puzzle in the Elm language using WebGL.
- Install elm elm-lang.org/install
- Clone this repo
- Run
elm make src/Main.elm --output elm.js
- Open
index.html
in the browser
This is an implementation of the Rubik's cube puzzle in the Elm language using WebGL.
elm make src/Main.elm --output elm.js
index.html
in the browser