
Of course, we need to add the sound files to our project.
#Game maker spaceship engine sound full

#Game maker spaceship engine sound android
In the project explorer pane in Android Studio double click on the manifests folder, this will open up the AndroidManifest.xml file in the code editor.We want to use every pixel that the device has to offer so we will make changes to the app’s AndroidManifest.xml configuration file. To get started create a new project in Android Studio, call it Space Invaders and name the Activity SpaceInvadersActivity then read on because we will do things slightly differently compared to the Breakout project. The space invaders must be taken out quickly and efficiently to survive. Eventually they will be moving so fast the player is doomed.

When the invaders reach the side of the screen they will drop down and scroll back the other way a little bit faster. If they hit a player he loses a life if they hit a shelter it will crumble until eventually the player has nowhere to hide.

The Invaders will slide across the screen flapping their arms and spitting bullets. As the player also needs to shoot at the invaders we will respond to when the screen is touched slightly higher than the lower part as well. The finished game will allow the player to move left and right by holding the corresponding side of the screen near the bottom.
