Understanding Greenfoot Space Invaders Part 17 Creating Methods
Let's dive into the details surrounding Greenfoot Space Invaders Part 17 Creating Methods. We learn how to make better and more efficient code by
Key Takeaways about Greenfoot Space Invaders Part 17 Creating Methods
- Our first look at how we can use for loops to
- Add objects to screen automatically and shoot bullets using
- Put a counter on the screen that shows the number of lives of the hero!
- Learn how to hit ALL aliens, go to the Win screen when the aliens are all gone, and a few other fixes to make the game look better.
- Making all of the aliens move back and forth.
Detailed Analysis of Greenfoot Space Invaders Part 17 Creating Methods
The enemy shoots back! We learn how to make each alien a different score. We learn how to
We learn how to animate the aliens using get and setImage() and we also run into superclasses!
That wraps up our extensive overview of Greenfoot Space Invaders Part 17 Creating Methods.