Space Shooter Tutorial - 03 Arrays, Groups, and For Loops (Game Lab)

Опубликовано: 09 Август 2026
на канале: GCYC Technology
223
4

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