Developed and tested a Barrel Race game where a player needs to complete the race with given obstructions like barrel moving to and fro. The best score is calculated based on how fast the player reaches in a minimum amount of time..
Android-Game-Barrel-Race is hosted in the following web site
https://github.com/vivek-wadhwani/Android-Game-Barrel-Race
If you think the Android project Android-Game-Barrel-Race listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-Game-Barrel-Race.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
There are 2 image files in Android-Game-Barrel-Race. The names of the image files are listed as follows.
green_dot.png img_rodeo.png
The following screenshort is generated from the image listed above.
Android-Game-Barrel-Race has the following Java source files.
com.example.barrelrace.BarrelRace.java com.example.barrelrace.BarrelRaceThread.java com.example.barrelrace.BarrelRaceView.java com.example.barrelrace.Line.java com.example.barrelrace.Rectangle.java com.example.barrelrace.StartRace.java