A 15 puzzle built in React that
- pulls a random square image from Flickr,
- segments it into 16 squares,
- blanks out the bottom right corner square,
- mixes up the squares by making a hundred random valid moves.
The name is a Hungarian pun: "tili-toli" is informal for this kind of game, and "dili" means something like "going bananas".
This project was bootstrapped with Create React App.
Run these in the project directory.
yarn start
, then open http://localhost:3000 to view ithe app in the browser.yarn test
yarn build