You are on page 1of 10

AGENDA

ABOUT ME

01
PROJECT TITLE

02
GAME DESIGN

03
GAME CONDITION

04
CONCLUSION

05
ABOUT ME

H.M Richard
School of Computer Science and Technology
TITLE of PROJECT

Balloon Shooting Game

Balloon shooting is an archery game, in which we can shoots of balloons in different colors in the air. In this game
there is two types of balloon and one shooter. If we shoot the bad balloon our points will be increased and then
we will win on the other hand if we hit the balloon the our point will be decreased, then we will loss the game.
GAME DESIGN

Game Design
For designing this balloon shooter game need game layout and logic java file. In game layout there is 2 activity
resources file and 6 java files.

Game Layout Logic


1. activity_main.xml 1. Ballooon.java
2. game_over.xml 2. BalloonBad.java
3. Bullet.java
4. GameActivity.java
5. GameOver.java
6. GameView.java
7. MainActivity.java

01 02
GAME DESIGN

Game Layout Design


1. activity_main.xml
GAME DESIGN

Game Layout Design


2. game_over.xml
GAMA CONDITION

Bullet Collision
The bullet will be hit the balloon with the initial velocity 40 each time.
GAME CONDITION

Game Winning Condition


If we shoot the balloon_bad, then our point will increased 1. If points is more than 5 we win the game and then it
will go next activity class where it will show winning output.
GAMA CONDITION

Game Loose Condition


If we shoot the balloon, then our point will decreased -1. If points is more than -5 we loose the game and then it
will go next activity class where it will show loose output.
GAMA CONDITION

Media Player
I had set a media player in this game with MediaPlayer method. It will play till our game goes on and game will be
over then it will be release the media player.

You might also like