Android Open Source - Game app numbers-game






Project Summary

Simple android game in which the objective is to match two numbers with a minimum number of transformations applied to one of them. The game is available at https://play.google.com/store/apps/details?id=com.ngame.

Web Site / Source Repository

numbers-game is hosted in the following web site
https://github.com/gorjanz/numbers-game

If you think the Android project numbers-game listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of numbers-game.

ItemValue
Java File Count14
Supported screen sizes[mdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count4
jar files usedandroid-support-v4.jar
Asset File Namesassets\fonts\Origicide.ttf
assets\levels\level1.txt
assets\levels\level2.txt
assets\levels\level3.txt
assets\levels\level4.txt
assets\levels\level5.txt
assets\levels\timerLevels.txt




License

The license information of numbers-game is as follows:

GNU General Public License

Resource Files

There are 20 image files in numbers-game. The names of the image files are listed as follows.

about_icon.png
achievements.png
arrow_down.png
arrow_up.png
back_button_icon.png
classic_mode.png
eight.png
exit_app_icon.png
five.png
four.png
leaderbords.png
next_level_icon.png
nine.png
one.png
seven.png
six.png
three.png
time_battle.png
two.png
zero.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.ngame.activities.AboutActivity.java
com.ngame.activities.ClassicModeActivity.java
com.ngame.activities.StartUpActivity.java
com.ngame.activities.TimeBattleModeActivity.java
com.ngame.factories.Level1Factory.java
com.ngame.factories.Level2Factory.java
com.ngame.factories.Level3Factory.java
com.ngame.factories.Level4Factory.java
com.ngame.factories.Level5Factory.java
com.ngame.factories.LevelFactory.java
com.ngame.factories.TimerLevelsFactory.java
com.ngame.models.Level.java
com.ngame.utils.EndOfLevelException.java
com.ngame.utils.OnSwipeTouchListener.java