Changing the colour of the Ships Shot!
To adjust the colour of the shot you will need to edit the Shot.java file. Look for "setColor" in the code. As before, remember to save and recompile.
To compile your code type:
javac *.java
If you don't encounter any errors then you can run your game with this command:
java -cp . SpaceInvaders
If you get any errors just ask your lab tutor.
Return to the start to make more changes <here>.