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: 16 days ago
JSON representation
Rubik's cube puzzle in the Elm language
- Host: GitHub
- URL: https://github.com/w0rm/elm-cubik
- Owner: w0rm
- Created: 2018-02-21T23:01:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T15:43:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T20:10:47.603Z (about 1 month ago)
- Topics: elm, game, rubik-cube, rubik-cube-puzzle, webgl
- Language: Elm
- Homepage: https://unsoundscapes.itch.io/cubik
- Size: 933 KB
- Stars: 65
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
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).
## 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