Skip to content

ArmandDu/slidingPuzzleReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React - Sliding Puzzle

A small sliding puzzle game written wih React.

Motivation

After trying out ReasonReact, I wanted to try implement and use ReasonReact's "reducerComponent" pattern.

Try out the ReasonReact version or React version.

The ReasonReact Repo

This project was bootstrapped with Create React App.

Run it locally

# git clone https://github.com/ArmandDu/slidingPuzzleReact
# npm install
# npm start

Build with Docker

# git clone https://github.com/ArmandDu/slidingPuzzleReact
# npm install
# npm run build
# docker build -t <image_name> .

About

Small Puzzle game with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published