https://github.com/larsbergqvist/image-puzzle
A React/Redux game where you should order the image tiles to form a complete image
https://github.com/larsbergqvist/image-puzzle
javascript puzzle-game react redux
Last synced: about 1 month ago
JSON representation
A React/Redux game where you should order the image tiles to form a complete image
- Host: GitHub
- URL: https://github.com/larsbergqvist/image-puzzle
- Owner: LarsBergqvist
- License: mit
- Created: 2021-07-01T06:01:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T00:47:39.000Z (12 months ago)
- Last Synced: 2024-05-28T22:13:54.412Z (11 months ago)
- Topics: javascript, puzzle-game, react, redux
- Language: JavaScript
- Homepage: https://larsbergqvist.github.io/image-puzzle
- Size: 9.01 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-puzzle
```javascript
git clone https://github.com/LarsBergqvist/image-puzzle
cd image-puzzle
yarn install
yarn start
```Try it out live here: https://larsbergqvist.github.io/image-puzzle/
This is a simple image tile puzzle game implemented in React with Redux as state container
