Tutorial series on creating a Galaga-style space shooter using Game Lab from Code.org. These videos were recorded from a class that had already completed a few simple coding projects, so all concepts may not be thoroughly covered.
In this video I go over the use of groups (and how they relate to arrays) and for loops to allow us to run parts of our code over all our enemies.
I edited out four videos from Code.org that I showed. Here are the links:
CS Principles: Introduction to Lists - Part 1 Intro - • CS Principles: Introduction to Lists - Par...
CS Principles: Introduction to Lists - Part 2 Accessing Lists - • CS Principles: Introduction to Lists - Par...
CS Principles: Introduction to Lists - Part 4 Getting Length - • CS Principles: Introduction to Lists - Par...
CS Discoveries: Loops - • CS Discoveries: Loops