All Projects → imshubhamsingh → 15 Puzzle

imshubhamsingh / 15 Puzzle

Licence: mit
The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 15 Puzzle

Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+61.49%)
Mutual labels:  scss, styled-components, jsx
Cattous
CSS in JSX for lazy developers, built using styled-components and styled-system
Stars: ✭ 38 (-76.4%)
Mutual labels:  styled-components, jsx
Atomico
Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
Stars: ✭ 481 (+198.76%)
Mutual labels:  hooks, jsx
Purescript React Realworld
A real-world application demonstrating PureScript and React
Stars: ✭ 81 (-49.69%)
Mutual labels:  parcel, hooks
Rock Paper Scissors React
Challenge #5 from Frontend Mentor
Stars: ✭ 339 (+110.56%)
Mutual labels:  hooks, styled-components
React Suspense Starter
Experiment with React Suspense right meow.
Stars: ✭ 370 (+129.81%)
Mutual labels:  parcel, react-dom
React Redux Hooks Starter
React-redux boilerplate using hooks 🎣
Stars: ✭ 69 (-57.14%)
Mutual labels:  hooks, styled-components
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-90.06%)
Mutual labels:  styled-components, jsx
React Atomic Structure
Basic Structure for React app following Atomic Design
Stars: ✭ 89 (-44.72%)
Mutual labels:  scss, jsx
Reason Reactify
🚀 Transform a mutable tree into a functional React-like API
Stars: ✭ 102 (-36.65%)
Mutual labels:  hooks, jsx
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+25621.12%)
Mutual labels:  scss, jsx
File System React
File System UI in Web using react
Stars: ✭ 331 (+105.59%)
Mutual labels:  scss, styled-components
Styled Components Theme
Defines themes via flexible color selectors for use with styled-components
Stars: ✭ 302 (+87.58%)
Mutual labels:  scss, styled-components
Language Babel
ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
Stars: ✭ 476 (+195.65%)
Mutual labels:  styled-components, jsx
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-27.33%)
Mutual labels:  styled-components, react-dom
Svelte Typescript Parcel
Svelte + Typescript + Parcel
Stars: ✭ 48 (-70.19%)
Mutual labels:  parcel, scss
tacklebox
🎣React UX components for handling common interactions
Stars: ✭ 15 (-90.68%)
Mutual labels:  hooks, react-dom
sendight-frontend
P2P File sharing
Stars: ✭ 53 (-67.08%)
Mutual labels:  styled-components, jsx
Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project 🔭.
Stars: ✭ 82 (-49.07%)
Mutual labels:  hooks, scss
Atoms
Atoms for Blaze UI
Stars: ✭ 1,505 (+834.78%)
Mutual labels:  scss, jsx

15Puzzle

15 Puzzle

My first Game using React.js

This is a classic 15-puzzle. To play you first scramble the tiles and then try to put them back in order. To move a tile you simply click on it

15Puzzle

Gameplay

The app uses React.js alpha API likes hooks etc..

Development

Run app

  1. Clone repo [email protected]:imshubhamsingh/15-puzzle.git
  2. cd 15-puzzle
  3. npm install && npm start

or

View a live demo of this project on netlify

License License

Copyright (c) 2018 Shubham Singh, This software is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].