Android Open Source - Game classic tetravex-android






Project Summary

Yet another Android version of the classic puzzle game.

Web Site / Source Repository

tetravex-android is hosted in the following web site
https://github.com/jahunt1/tetravex-android

If you think the Android project tetravex-android 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 tetravex-android.

ItemValue
Java File Count37
Supported screen sizes[xxxhdpi, ldpi, xxhdpi, hdpi, xhdpi, es, nodpi]
Activity Count7
Fragment Count4

License

The license information of tetravex-android is as follows:

GNU General Public License





Resource Files

There are 23 image files in tetravex-android. The names of the image files are listed as follows.

arrow_up.png
east_white.png
east_white_2.png
east_white_5.png
empty_tile.png
ic_best_times.png
ic_exit.png
ic_help.png
ic_new_game.png
ic_resume_game.png
ic_settings.png
north_white.png
north_white_2.png
north_white_5.png
pager_dot_on.png
pause.png
solved3x3.png
south_white.png
south_white_2.png
south_white_5.png
west_white.png
west_white_2.png
west_white_5.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.github.tetravex_android.ApplicationTest.java
com.github.tetravex_android.Constants.java
com.github.tetravex_android.TetravexApp.java
com.github.tetravex_android.TetravexModule.java
com.github.tetravex_android.activity.DashboardActivity.java
com.github.tetravex_android.activity.HiScoreActivity.java
com.github.tetravex_android.activity.HowToActivity.java
com.github.tetravex_android.activity.LegalActivity.java
com.github.tetravex_android.activity.PauseActivity.java
com.github.tetravex_android.activity.PuzzleActivity.java
com.github.tetravex_android.activity.SettingsActivity.java
com.github.tetravex_android.data.BoardAdapter.java
com.github.tetravex_android.data.HiScoreManager.java
com.github.tetravex_android.domain.DatabaseBaseManager.java
com.github.tetravex_android.domain.DatabaseManager.java
com.github.tetravex_android.domain.five.FiveBaseManager.java
com.github.tetravex_android.domain.five.FiveBaseRecord.java
com.github.tetravex_android.domain.five.FiveManager.java
com.github.tetravex_android.domain.five.Five.java
com.github.tetravex_android.domain.four.FourBaseManager.java
com.github.tetravex_android.domain.four.FourBaseRecord.java
com.github.tetravex_android.domain.four.FourManager.java
com.github.tetravex_android.domain.four.Four.java
com.github.tetravex_android.domain.three.ThreeBaseManager.java
com.github.tetravex_android.domain.three.ThreeBaseRecord.java
com.github.tetravex_android.domain.three.ThreeManager.java
com.github.tetravex_android.domain.three.Three.java
com.github.tetravex_android.domain.two.TwoBaseManager.java
com.github.tetravex_android.domain.two.TwoBaseRecord.java
com.github.tetravex_android.domain.two.TwoManager.java
com.github.tetravex_android.domain.two.Two.java
com.github.tetravex_android.fragment.HiScoreTableFragment.java
com.github.tetravex_android.fragment.HowToFragment.java
com.github.tetravex_android.fragment.PageFragmentFactory.java
com.github.tetravex_android.game.Puzzle.java
com.github.tetravex_android.game.Score.java
com.github.tetravex_android.game.Tile.java