https://github.com/jamessouth/face-scramble
NativeScript + TypeScript + Angular app to play a sliding block puzzle/15 puzzle
https://github.com/jamessouth/face-scramble
angularjs nativescript puzzle typescript
Last synced: about 1 month ago
JSON representation
NativeScript + TypeScript + Angular app to play a sliding block puzzle/15 puzzle
- Host: GitHub
- URL: https://github.com/jamessouth/face-scramble
- Owner: jamessouth
- License: apache-2.0
- Created: 2018-11-10T22:54:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:44:39.000Z (about 2 years ago)
- Last Synced: 2025-02-07T08:34:04.461Z (3 months ago)
- Topics: angularjs, nativescript, puzzle, typescript
- Language: TypeScript
- Homepage:
- Size: 5.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face Scramble!

Face Scramble! is a NativeScript/TypeScript/Angular app to play a [15/sliding block puzzle](https://en.wikipedia.org/wiki/15_puzzle).
Use any picture or photo on your device (square images look best).
*NOTE: My computer doesn't have enough RAM to build this for production, so I haven't published it yet.*
To run:
* Download and run `npm install` or `yarn`.
* Take a selfie 🤳. For best results, set your camera app's size option to 1:1 so the image will be square. Also, smile! 😁
* Follow the {N} install instructions [here](https://docs.nativescript.org/angular/start/quick-setup#quick-setup).
* From the App/Play stores, get the {N} Playground and {N} Preview apps.
* Now you should be able to run `tns preview` from the project root ✔. A large QR code should appear in the terminal. If it doesn't work, try a different terminal (I have to run it in Windows Command Prompt as administrator instead of in bash).
* On your device, open the {N} Playground app and use it to scan the QR code produced by `tns preview`.
* Face Scramble! will open up in the {N} Preview app.
* Enjoy! 😃