SHMUP Tutorial 8: Enemy Bullets

Welcome to part 8 of the SHMUP tutorial series! If you didn’t follow part 7 , you can download this project file to follow along! In our last tutorial we made our project more game like, but the game has nothing to challenge our players, so I thought it was about time we made our enemies fire back at us!
Continue reading

SHMUP Tutorial 2: Basic Enemy

Hello! And welcome to part 2 of my tutorial series! If you didn’t follow part 1, you can just download this project to follow this tutorial.

All right then, we have a ship that moves around the screen right now. Pretty boring if you ask me. So let’s add in an enemy! Start by making a new file named “Enemy.as”
Continue reading