Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Hybrid mobile application (puzzle game) developed using Cordova/Phonegap, Angula
2. Build configs, styles etc.: `grunt buildAssets`
3. Add some platform, for example iOS: `cordova platform add ios`
4. Either open the project in the xCode or type `cordova run ios`
5. We used cordova 5.4.0, if you have older version try updating it `npm install -g cordova` (may require sudo)
5. We used cordova 5.4.0, if you have a later version try to update it `npm install -g cordova` (may require sudo)

## Features
#### Gameplay
* 100 different levels. (If you think the first 20 is too easy, yeah it's true. Go straight to the 4-th and 5-th chapter and let's see how long would it take for you to finish them :) ).
* 100 different levels. (If you think the first 20 are way too easy, you're right. So go straight to the 4-th and 5-th chapter and let's see how long would it take for you to finish them :) ).
* Neat UI
* Responsive design
* Autosave feature

I didn't add bootstrap, because I think it's overwhelming for such small project
I didn't add bootstrap, because I think it's overwhelming for such a small project

#### Technical stuff
* AngularJS
Expand Down