Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astynax/elm-safe

A simple puzzle game written in Elm
https://github.com/astynax/elm-safe

beginners-friendly elm elm-lang puzzle-game

Last synced: about 7 hours ago
JSON representation

A simple puzzle game written in Elm

Awesome Lists containing this project

README

        

# Elm-safe

Elm-safe - simple puzzle game written in Elm during
[this stream](https://youtu.be/yXlrUpfEQRE). Playable version is [here](https://astynax.github.io/elm-safe).

## Trivia

To win this game (open the safe) you need to set all the vaults to horizontal
position. But beware, every turn of the vault also rotates all vaults on same
column and row!

## How to Build

- clone
- `elm-make Main.elm`
- open `index.html`
- PROFIT