Skip to content

ArmandDu/slidingPuzzleReasonReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReasonReact - Sliding Puzzle

A small sliding puzzle game written in ReasonReact.

Motivation

I wanted to try out the ReasonReact language with a small project.

Try out the ReasonReact version or React version.

The React Repo

This project was bootstrapped with Create React App.

Run it locally

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

Build with Docker

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

About

Small Puzzle game with ReasonReact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published