|
|
@ -217,8 +217,8 @@ public class GameLoop { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* main to start the whole application. |
|
|
|
* initializes the {@link #levels} ArrayList of Playground instances (levels) to be played with one level {@link SpaceInvadersLevel} in constructor of {@link #GameLoop}. |
|
|
|
* main to start the whole application. It calls. {@link #runGame(String[])}. |
|
|
|
* (levels are automatically added/loaded by constructor of {@link #GameLoop}). |
|
|
|
* |
|
|
|
* @param args Java default command line args, forwarded to {@link #runGame(String[])} |
|
|
|
* @throws IOException in case highscore.txt cannot be written. |
|
|
|