Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astynax/elm-safe
- Owner: astynax
- Created: 2018-03-22T16:15:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T07:12:44.000Z (5 months ago)
- Last Synced: 2024-08-09T08:35:40.962Z (5 months ago)
- Topics: beginners-friendly, elm, elm-lang, puzzle-game
- Language: Elm
- Homepage: https://astynax.github.io/elm-safe/index.html
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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