Tags: CodeRhymesLife/Invaders
Tags
Refactored the Invaders class to keep things simple. The main change … …involved moving the next level logic into the game screen class. This way students can focus on the if statements in the Invaders.run loop and won't have to worry about much else.