Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 971 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 971 Bytes

sliding-image-puzzle

Build, test and deploy

    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/

Alt text