git clone https://github.com/LarsBergqvist/sliding-image-puzzle
cd sliding-image-puzzle
yarn install
yarn run dev
Try it out live here: https://larsbergqvist.github.io/sliding-image-puzzle/
This is a simple sliding puzzle game implemented in React with Redux as state container
Optionally, the application can use the high score Api in this repository to read and write high scores: https://github.com/LarsBergqvist/highscore-service (The high score Api is implemented in C#/.NET 6 and uses MongoDB for storing data)
The blog post for this project can be found here: https://thingsmatic.com/2021/07/29/puzzling-with-react-and-redux/