PicsPuzzle React Game

PicsPuzzle is a puzzle game where the player has to move puzzle pieces to reveal a picture.

Screenshot of the PicPuzzle Game

Play Now

Want to play the game ?… A live deployment of this game is available at https://pics-puzzle.audaxland.net

Build with React & TailwindCss

This game is build using React{:target=”_blank”} with create-react-app{:target=”_blank”} and TailwindCss{:target=”_blank”}, and also uses react-router-dom{:target=”_blank”} and react-icons{:target=”_blank”}

The Pictures are mostly taken from Unsplash{:target=”_blank”}

The Icons, though imported via react-icons originate from: Ionicons{:target=”_blank”}, Bootstrap{:target=”_blank”}, Tabler Icons{:target=”_blank”} and Font Awesome{:target=”_blank”}

Run the game locally

git clone https://github.com/audaxland/picsPuzzleReact

Clone the repository and run npm install with the commands

git clone https://github.com/audaxland/picsPuzzleReact
cd picsPuzzleReact
npm install

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

GitHub

View Github