An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# image-puzzle
![Build, test and deploy](https://github.com/larsbergqvist/image-puzzle/actions/workflows/ci.yml/badge.svg)

```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

![Alt text](https://github.com/LarsBergqvist/image-puzzle/blob/main/screenshot.png?raw=true 'Image puzzle')

![Alt text](https://github.com/LarsBergqvist/image-puzzle/blob/main/image-puzzle.gif?raw=true 'Image puzzle animation')