Skip to content

React components that render the board game 15-Puzzle.

Notifications You must be signed in to change notification settings

SaharAvr/15-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15-Puzzle

This React app renders the board game 15-Puzzle!

  • The board consists of 15 numbered square tiles (from 1 up to 15) and one empty space
  • The aim of the puzzle is to place the tiles in order by making sliding moves that use the empty space
  • ✨ Enjoy! ✨

Play locally

In order to play the game locally, simply run the following script from the root folder:

yarn:

$ yarn start-dev

npm:

$ npm run start-dev

Play online

This project has been deployed to Heroku so you can also play online, via the following link: https://www.15-puzzle.net/

Image of 15-Puzzle game mode

Image of 15-Puzzle game mode

License

MIT

About

React components that render the board game 15-Puzzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published