This is a simple game to illustrate how to implement a number of basic game mechanics. To play, use W,A,S,D keys to move side to side and up and down. Hit SPACEBAR to shoot. If the bats hit you, you will lose health, if a bat makes it across the screen you will lose one point. You get a point for shooting a bat. The game ends when your health hits zero. Learn more at: http://younghacks.com
This game was created to illustrate game mechanics in Scratch. The game includes: - Movement in the X and Y plane - Edge detection and bounds - Cloning - Collision detection - Score keeping - Broadcasts Learn this and more at: http://younghacks.com