Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/w0rm/elm-cubik

Rubik's cube puzzle in the Elm language
https://github.com/w0rm/elm-cubik

elm game rubik-cube rubik-cube-puzzle webgl

Last synced: 3 months ago
JSON representation

Rubik's cube puzzle in the Elm language

Lists

README

        

# Rubik's Cube

This is an implementation of the Rubik's cube puzzle in the Elm language using [WebGL](http://package.elm-lang.org/packages/elm-explorations/webgl/latest).


screencast

## Instructions to run

1. Install elm [elm-lang.org/install](http://elm-lang.org/install)
2. Clone this repo
3. Run `elm make src/Main.elm --output elm.js`
4. Open `index.html` in the browser