Creating the Space Invaders ++ project
You can find the runnable code that represents the project at the end of this chapter in the Space Invaders ++
folder. It will take all of chapters 20, 21, and 22 to complete and make the project runnable again. The completed code that is runnable and represents the project at the end of Chapter 22, Using Game Objects and Building a Game, can be found in the Space Invaders ++ 2
folder.
Create a new project in Visual Studio with the same settings that we used in the previous four projects. Call the new project Space Invaders ++
.
Inside the Space Invaders ++
folder, copy and paste the fonts
, graphics
, and sound
folders and their contents from the download bundle. The fonts
, graphics
, and sound
folders, as you would expect, contain the font and graphical and audio assets we will use in this game.
In addition, you will need to download the background file from https://opengameart.org/content/background-night.
Important note
This image...