Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 1.34 KB

README.md

File metadata and controls

79 lines (52 loc) · 1.34 KB

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.

Prerequisites

Install

Clone repository:

git clone https://github.com/remarkablegames/tile-slider.git
cd tile-slider

Install dependencies:

# with npm
npm i

# with yarn
yarn

Run

Run development server:

# with npm
npm start

# with yarn
yarn start

Release

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

Deploy to GitHub Pages:

# with npm
npm run deploy

# with yarn
yarn deploy

License

MIT