Skip to content

w0rm/elm-cubik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubik's Cube

This is an implementation of the Rubik's cube puzzle in the Elm language using WebGL.

screencast

Instructions to run

  1. Install elm 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