An android java game prototype. Golf style game where players try to get their ball through a maze into a goal target..
squareballs is hosted in the following web site
https://github.com/rejacobson/squareballs
If you think the Android project squareballs 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 squareballs.
Item | Value |
---|---|
Java File Count | 19 |
Minimum SDK Version | 7 |
Activity Count | 1 |
There are 7 image files in squareballs. The names of the image files are listed as follows.
player1.png player2.png player3.png player4.png scorecard.png tile_goal.png tile_wall.png
The following screenshort is generated from the image listed above.
squareballs has the following Java source files.
com.ryan.squareballs.Ball.java com.ryan.squareballs.BallIndicator.java com.ryan.squareballs.BallShooter.java com.ryan.squareballs.Entity.java com.ryan.squareballs.Level.java com.ryan.squareballs.MainGamePanel.java com.ryan.squareballs.MainThread.java com.ryan.squareballs.Player.java com.ryan.squareballs.PlayerStats.java com.ryan.squareballs.ScoreCard.java com.ryan.squareballs.SquareBallsActivity.java com.ryan.squareballs.Tile.java com.ryan.squareballs.TileList.java com.ryan.squareballs.Vector2f.java com.ryan.squareballs.tiles.FloorTile.java com.ryan.squareballs.tiles.GoalTile.java com.ryan.squareballs.tiles.StartTile.java com.ryan.squareballs.tiles.WallTile.java