Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1004 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 1004 Bytes

8 Puzzle

This is a classic 8-puzzle. To play you first scramble the tiles and then try to put them back in order. To move a tile you simply click on it

Run app

  1. Clone repo git@github.com:edemaine/8-puzzle.git
  2. cd 8-puzzle
  3. npm install && npm start

or

View a live demo of this project on GitHub Pages

License License

Copyright (c) 2018 Shubham Singh and 2022 Erik Demaine, This software is licensed under the MIT License.