Skip to content

astynax/elm-safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm-safe

Elm-safe - simple puzzle game written in Elm during this stream. Playable version is here.

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