Sample Lessons
Learn how to use loops to perform repetitive tasks (Intro to programming)
Learn how to use conditional logic and 3D x,y,z coordinates (Intro to programming)
Learn to apply nested conditional logic to develop more complex games such as Maze Explorer (Intermediate Programming)
Learn how to use and apply functions with parameters to achieve code modularity and re-usability. Develop a project to automatically build structures of various sizes and shapes based on given parameter values (Intermediate Programming)