elm-cubik
elm-cubik copied to clipboard
Rubik's cube puzzle in the Elm language
trafficstars
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 make src/Main.elm --output elm.js - Open
index.htmlin the browser