A simple tweak to this 15-puzzle implementation
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
- Clone repo
[email protected]:edemaine/8-puzzle.git
cd 8-puzzle
npm install && npm start
View a live demo of this project on GitHub Pages
Copyright (c) 2018 Shubham Singh and 2022 Erik Demaine, This software is licensed under the MIT License.