Starting the project
We will quickly create a new project and add the code required for a game engine that is nearly identical to the Pong game, and then we can move on to coding the Bullet
class.
Create a new project called Bullet Hell
using the Empty Activity template. All the other options are the same as the previous two projects.
As we have done before, we will edit the Android manifest, but first, we will refactor the MainActivity
class to something more appropriate.