Skip to content

bradyhouse/15

Repository files navigation

Build Status Stories in Progress dependencies Status devDependencies Status MIT license

Puzzle 15

Icon

Puzzle 15 is a game inspired by the classic Fifteen Puzzle. In this variation, there are 3 levels corresponding to 9 (3x3), 16 (4x4), or 25 (5x5) block grid. In order to complete (or win) a level, users must put the squares in sequential order. The compiled version of this application is now available for free in the App Store and on Google Play:

See 15 in Action on Android See 15 in Action on iOS

Use Case

This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:

$ git clone https://github.com/bradyhouse/15 puzzle
$ cd puzzle/scripts

To configure the app to run on iOS, run the following command from the scripts directory:

$ ./install-ios.sh

To configure the app to run on Android, run the following command from the scripts directory:

$ ./install-android.sh

To startup the app using an android emulator, run the following command from the scripts directory:

$ ./start-android.sh

To startup the app using an ios emulator, run the following command from the scripts directory:

$ ./start-ios.sh