Created as a first project when teaching a learn how to code class to 6-8th graders.


A modern take on the classic game space invaders. Contains a loose condintion, scoring, sound, and input handling. The simplicity of gameplay allowed the students to focus on gaining a deeper understanding of the basic concepts of computer programming in a fun and engaging way. The game demonstraights all of the core concepts of programing; Data structures, iteration, loops, functions and classes.