React slider puzzle, Developed for use in Workshops/Training for React basics
npm install react-slider-game
git clone https://github.com/mikehn/react-slider-puzzle.git
`
then install all dependencies
`
npm install
`
To only run and play game you can run
`
npm start
`
$3
The code is split into 6 incramental steps (not including starting point), each with its own branch:
* ws-start : starting point (can also use wp-start-template)
* ws-step-1 : creating the Board with 3 rows
* ws-step-2 : Add state to the board
* ws-step-3 : Add Box component (puzzle tile)
* ws-step-4 : Add Move logic
* ws-step-5 : Add win logic & Step count logic
* ws-final : final step Extract game logic and add "new game" logic
to jump to any of the steps simply run:
`
git checkout
``