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-slider
Install dependencies:
# with npm
npm i
# with yarn
yarn
Run development server:
# with npm
npm start
# with yarn
yarn start
Release will do the following:
- bump package version
- generate changelog
- commit and tag the changes
# with npm
npm run release
# with yarn
yarn release
git push --follow-tags
Deploy to GitHub Pages:
# with npm
npm run deploy
# with yarn
yarn deploy