Android Open Source - Game prototype Bumper_Car_Maze_Game






Project Summary

Early prototype of bumper car game for android phones. Very basic stuff completed in a class over summer of 2010..

Web Site / Source Repository

Bumper_Car_Maze_Game is hosted in the following web site
https://github.com/julioterra/Bumper_Car_Maze_Game

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

ItemValue
Java File Count19
Supported screen sizes[mdpi]
Activity Count5




Resource Files

There are 6 image files in Bumper_Car_Maze_Game. The names of the image files are listed as follows.

game_candy.png
game_wall_2.png
intro_candy.png
intro_parents.png
intro_wall.png
red_car.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Bumper_Car_Maze_Game has the following Java source files.

com.julioterra.maze.Game.java
com.julioterra.maze.GameLost.java
com.julioterra.maze.GameOver.java
com.julioterra.maze.Instructions.java
com.julioterra.maze.IntroScreen.java
com.julioterra.maze.shapes.AnimatedSprite.java
com.julioterra.maze.shapes.BumperCar.java
com.julioterra.maze.shapes.Maze.java
com.julioterra.maze.shapes.MazeCandy.java
com.julioterra.maze.shapes.MazeElement.java
com.julioterra.maze.shapes.MazeParents.java
com.julioterra.maze.shapes.MazeWall.java
com.julioterra.maze.shapes.Shapes.java
com.julioterra.maze.shapes.Sprite.java
com.julioterra.maze.view.GameThread.java
com.julioterra.maze.view.GameView.java
game.elements.Coord.java
game.elements.GameElement.java
game.elements.GameStatus.java