Step 1

Opening/running the project


Before we start, we’ll have to open up the new project we’ll be using for the “CodeFighters” program.

In the top left corner, click “File”->”Open Project” to open up “CodeFighters.”

Unlike the previous project, this project has a bit more code already completed for us. Do not edit this code unless told to do so. Much of the code that is completed has been done because it is a bit complex. Editing it gives a very big risk of ruining your program; however, feel free to take a look at it if you’d like! There will be some errors when starting this project, don’t worry, they will go away as we complete our code.

Open up the “Attack” file, it should look like what is shown here.