Description of sliding puzzle from Wikipedia:
A sliding puzzle... is a combination puzzle that challenges a player to slide ... pieces along certain routes ... to establish a certain end-configuration.
Read blog post or play the game.
This project was bootstrapped with Create React App. See user guide.
Clone repository:
git clone https://github.com/remarkablegames/tile-slider.git
cd tile-sliderInstall dependencies:
# with npm
npm i
# with yarn
yarnRun development server:
# with npm
npm start
# with yarn
yarn startRelease will do the following:
- bump package version
- generate changelog
- commit and tag the changes
# with npm
npm run release
# with yarn
yarn releasegit push --follow-tagsDeploy to GitHub Pages:
# with npm
npm run deploy
# with yarn
yarn deploy