Android Open Source - Game board colorsecret






Project Summary

colorsecret, a game for Android similar to the 'Mastermind' board game..

Web Site / Source Repository

colorsecret is hosted in the following web site
https://github.com/BoD/colorsecret

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

ItemValue
Java File Count12
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Minimum SDK Version4
Activity Count2
Raw File Namesres\raw\detect0.ogg
res\raw\drop0.ogg
res\raw\lost0.ogg
res\raw\lost1.ogg
res\raw\lost2.ogg
res\raw\newgame0.ogg
res\raw\nohint0.ogg
res\raw\pick0.ogg
res\raw\redhint0.ogg
res\raw\whitehint0.ogg
res\raw\win0.ogg




License

The license information of colorsecret is as follows:

GNU General Public License

Resource Files

There are 3 image files in colorsecret. The names of the image files are listed as follows.

ic_menu_showpicker.png
ic_menu_sound_off.png
ic_menu_sound_on.png

The following screenshort is generated from the image listed above.

null

Java Source Files

org.jraf.android.colorsecret.Constants.java
org.jraf.android.colorsecret.activity.MainActivity.java
org.jraf.android.colorsecret.activity.PegListAdapter.java
org.jraf.android.colorsecret.model.Board.java
org.jraf.android.colorsecret.model.CodePeg.java
org.jraf.android.colorsecret.model.Game.java
org.jraf.android.colorsecret.model.HintPeg.java
org.jraf.android.colorsecret.util.IoUtil.java
org.jraf.android.colorsecret.util.PegUtil.java
org.jraf.android.colorsecret.util.SoundUtil.java
org.jraf.android.colorsecret.util.StringUtil.java
org.jraf.android.colorsecret.util.UiUtil.java