As of now we have a player plane which can be controlled using the keyboard. The player plane can shoot bullets so we need now some enemies to dodge and shoot at. We are going to add the enemies in the same way we dealt with the player bullets. We… Read more »
In this tutorial we are adding the functionality to make the player plane to shoot bullets. The easiest way would be to shoot a bullet each time the player press the fire button. A little more elaborate method is to shoot bullets when the fire button is down and to… Read more »
This is the first part from the aeroplane shooting game tutorial. Here are the other sections: 1. Player Movement 2. Shooting Bullets 3. Adding Enemies 4. Collisions 5. Scoring and HUD. 1. Player Movement 1.1. Adding The Player Plane. From the beginning in an aeroplane shooting game we need of… Read more »