Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 883 Bytes

File metadata and controls

44 lines (27 loc) · 883 Bytes

Simple Shoot Game

After load the game we must choose our aircarf

Algorithm schema

Than we start the game.

We click:

-- move left -> left arrow

-- move right -> right arrow

-- shoot -> spacebar

Algorithm schema

When we click spacebar our aircarft fires a colored ball

Missile launch makes a sound similar to firing

Algorithm schema

When our bullet hits one of the enemy he dies during the animation

"P:" = means point
One opponent = one point

Algorithm schema

When we kill all enemys we win or when our opponents they will overcome the entire board and come to us we lost the game

For the end we just click in the button and game start again

Algorithm schema