Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 457 Bytes

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