Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 623 Bytes

Project Overview

8-puzzle game implemented in React Native

Install Dependencies

  1. Install all the packages
npm install
  1. Link any needed packages
react-native link
  1. Run ios. (This is tested in ios but feel free to run in android as well)
react-native ios

ScreenShots

welcomescreen gamescreen

Links

React Native