• Lesson 1: If Statements

    We will begin the new semester with a comprehensive review of how we've been using if statements thus far, and why they are a good choice for doing lots of different tasks.

  • Lesson 2: Scrolling Backgrounds

    In this week's lesson we'll create an infinite scrolling background for our program! Different background elements will be drawn using Sprites. By moving the background Sprites at different speeds we can add 3 dimensional depth to our scene.

  • Lesson 3: Making a Momentum Game!

    We've made games that simulate gravity before, but now we're going to make a game that actually allows us to simulate momentum. We're going to make a ball-toss game. This project will make use of new variables called pmouseX and pmouseY.

  • Lesson 4: Using Functions to make Art

    Here, we will continue working with functions and arguments. This lesson will focus on how we can use one function to accomplish a series of tasks depending on what arguments it receives. We will also look at how to link functions together, so that we don't have to worry about calling our functions as often.

  • Lesson 5: Making a GIF

    For a while, students have been clamoring for animated GIFs in JavaBlocks. Today, we will be doing just that!

  • Lesson 6: Making Flappy Bird

    This week, we're going to start making another game: Flappy Bird. This game took to mobile gaming market by storm about 5 years ago, and its effects can still be felt. It is a fairly simple game, with some hidden depth. I want to see how much of this game the students can work out on their own before we start handing them code, so give them ample time to work stuff out on their own!

  • Lesson 7: Flappy Bird, Pt.2

    This week, we will continue to work on our Flappy Bird clone. Last week we built the bird, and made it flap. We also added the start and reset screen. This week, we're going to be making the pipes, and making the hit-detection for those pipes.

  • Lesson 8: Hot and Cold game

    This week, we will be using the distance block and some variables to create a treasure hunting game. This game will rely on sound, color, and hidden values to challenge the player to locate hidden treasure on the game map. This game will focus on coordinate systems, and the Sound Cipher Library

  • Lesson 9: Turret Game

    This week we'll create a top-down view turret game using ArrayLists. To do this we'll need to keep track of our turret, projectiles, and incoming enemies with Sprites.

  • Lesson 10: Challenge Quiz

    Today, we will be participating in a challenge quiz createdby our KTBYTE instructors! Students will be tasked with solving computation problems at various skill levels.

  • Lesson 11: Space Invaders

    This week we'll create the classic arcade game, Space Invaders! This will test our skills of interpreting and adding to an existing project.

  • Lesson 12: Racer Game

    Today, we will learn more about modeling physics to build our own racer game! This will involve using variables to represent acceleration and drag.

  • Lesson 13: Star Castle

    Today, we will create a version of the classic arcade game Star Castle! This will build off what we learned with our turret game and space invaders, with the added element of health for our wall Sprites.

  • Lesson 14: Projects

    Students chose web game and we analyzed them and broke them down into their component parts.

  • Lesson 15: Projects Continued

    Work on your projects during class.

  • Lesson 16: Projects Continued

    Worked on projects during class

  • Lesson 17: Projects Continued

    Worked on projects during class

  • Lesson 18: Projects Continued

    Worked on projects during class