First of all, its name is changed to "Hundred". Because that is the aim of the game, right?
There are some UI changes too. May be for better :) :)
And I have added a how to section, which guides the user step by step.
The game has a grid of 9 cells , 3 rows and 3 columns. The aim of the game is to fill this grid with numbers so that each row and each column adds up to 100. And all the required numbers are given at the bottom of the grid.
In this version( v 3.0), in level 1, 6 numbers are already provided in the grid. (In older versions 3 numbers were filled in the grid). So user needs to fill only 3 more numbers. So level 1 is pretty easy. You can see that in the above screen shot, 2nd row and 3rd column are already filled and their sums are 100.
In level 2, 5 numbers are provided and user should fill the remaining 4. And so on.
From level 8 onwards, the game is slightly more challenging. Now the sum is different each time, its value is shown at the top of the grid.
From level 15, the sum should be 1000.
I think, better than you explaining the concepts, it is better you download it and see it for yourself.
OK, I used mockupsjar to create some nice screen frames. But you should know that, android studio provides with option of frames when you are taking screen shot. All screen shots except for first one were created using android studio.
If you are looking for a place to create feature graphic - you know that it is essential, norio site lets you create the feature graphic. But I used GIMP instead,
And do not forget to select both check boxes when you are trying to create a release version apk and studio asks you whether you want to sign jar files or entire apk.
And after you shrink the files using proguard, you may need to use few " -keep" lines in your proguard.txt file. I was unable to drop numbers into cells in my release version!
Comments
Post a Comment