Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 210 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 210 Bytes

A game of 8-puzzle implemented using Elm. To run the code, follow the steps:

  1. Install Elm
  2. Inside the 8-puzzle directory, run "elm make src\Main.elm --output Main.js" without the quotes.
  3. Open index.html