An android based game which uses device sensors (accelerometer), where the rider starts at the gate and has to ride completely around the barrels in fastest possible time..
Barrel-Race is hosted in the following web site
https://github.com/ankittolia/Barrel-Race
If you think the Android project 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 Barrel-Race.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 11 |
Activity Count | 8 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.VIBRATE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\hand.ttf |
There are 4 image files in Barrel-Race. The names of the image files are listed as follows.
cup.png pause.png start.png start_game.png
The following screenshort is generated from the image listed above.
Barrel-Race has the following Java source files.
com.barrel.BarrelPositionCompute.java com.barrel.DisplayScoreActivity.java com.barrel.HighScoresListActivity.java com.barrel.InstructionsActivity.java com.barrel.MainActivity.java com.barrel.RaceStartActivity.java com.barrel.SettingActivity.java com.barrel.SplashScreen.java com.barrel.adapter.CustomListViewAdapter.java com.barrel.bean.HighScore.java com.barrel.io.FileIO.java com.barrel.io.Preferences.java com.barrel.view.BarrelView.java