Multilingual puzzle game built using Ionic 1 and Cordova
For game description and app: Guess the Word Desi
npm install -g cordova ionic
- Run the game in browser using
ionic Serve
- Add Android/iOS platform using
ionic platform add android/ios
- Run app for Android/iOS using
ionic run android/ios
which builds and runs the app in emulator or device
- Add new puzzles in
puzzles
folder in root directive, with level number as folder name, and solutions placed insolutions.json
- Run
gulp images
which compresses, resizes and renames the image files and moves them towww/puzzles
folder. - Run
gulp solutions
which merges the solutions in each folder, encrypts the solutions in AES format, and generates singlesolutions.json
, placed inwww/appData
. - Puzzle levels can be reordered by changing folder names with approriate level number and running
gulp puzzles
.
Created by Gowtham Hosur and Harsha Nooka and published under Indic App Studios