Skip to content

campezzi/elm-fifteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fifteen in Elm

A simple 15 Puzzle in Elm. Play it here! :bowtie:

Roadmap

  • Render board
  • Move tiles around (by clicking)
  • Detect victory conditions
  • Replay after winning
  • Generate random boards
  • Ensure generated boards are solvable
  • Move tiles around (with keyboard)
  • Control size of the board with a URL parameter