Skip to content

edemaine/8-puzzle

 
 

Repository files navigation

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.

About

The 8-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.2%
  • HTML 6.5%
  • SCSS 5.3%