0.2.8 • Published 5 years ago

react-slider-game v0.2.8

Weekly downloads
1
License
(GPL-3.0)
Repository
github
Last release
5 years ago

React Slider puzzle

React slider puzzle, Developed for use in Workshops/Training for React basics

alt text

How to use

Bring up

clone the repo

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

Usage as a work shop

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 <step-name>

Built With

Using only React ! we only used the project create-react-app

  • create-react-app -Create React apps with no build configuration no images or canvas were used in project, its only jsx + css

Authors

  • Michael Hasin - developer @intel
  • Ron Yehudai - developer @intel

License

GNU General Public License v3.0

0.2.8

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago