Home » Reviews » A DIY Post It Notes Learn-to-Code Game

A DIY Post It Notes Learn-to-Code Game

Make a DIY learn-to-code game with TheMakerMom.com and Post-it Products.Last week I mentioned that I had a STEM project in the works with the Post-it® Brand. Today I get to introduce it to you! Behold Eye on the Prize, an analog computer programming game. In addition to introducing kids to programming logic, it’s a good introduction to pair programming because you need two people to play.

In pair programming, two programmers work together at a single computer. One writes the code while the other reviews each line of code in real time. In this game, the reviewer waits until the program is written and then runs through the steps, moving the character game piece through the grid to see if the objective is met.

The game objective is to program a path for the selected character to move through a grid-like maze of Post-it® Super Sticky Notes and reach its reward.

The code writer builds the program using prompts from a command wall in a simplified version of a block-based drag-and-drop computer programming tool.

Make an Analog Computer Programming Game

Supplies

  1. At least 36 Post-it® Super Sticky Notes from the Post-it® Brand World of Color Rio de Janeiro collection (3in x 3in Post-it® Super Sticky Notes of a single color) to build the game board
  2. The three additional colors of Post-it® Super Sticky Notes or  Post-it® Tabs to serve as the game piece (main characters)
  3. At least two different colors of Post-it® Flags or Tabs to serve as the obstacles and rewards
  4. Four colors of the 4in x 4in Post-it® Super Sticky Notes to build the command wall
  5. One pad of 4in x 6in lined Post-it® Super Sticky Notes for writing the program
  6. A marker or pen
  7. One six-sided die (the regular kind)
  8. A stopwatch (optional)

Game objective

The goal of Eye on the Prize is to efficiently guide the chosen character through a maze, while avoiding obstacles, to reach its reward.

Preparing for game play

Post a 6 x 6 grid on a wall. (Each 3in x 3in Post-it® Super Sticky Note is 1 unit, so you will have 6 columns each of 6 Post-it® Super Sticky Notes, or 6 rows of 6). It may be helpful to label the x-axis (horizontal) and the y-axis (vertical).

Make a DIY learn-to-code game with TheMakerMom.com and Post-it Products.

Draw your characters (i.e. a dog, cat, or snake) on 3in x 3in Post-it® Super Sticky Notes assigning each character its own color Post-it® Super Sticky Note. On a Post-it® Flag or Tab of the corresponding color, draw the reward (i.e. a bone, fish, or egg).

Build a command wall, as outlined in the details below. Thanks to the Post-it® Super Sticky Notes, your command list and grid will last for quite a while.

Building the command wall

The command wall lists the commands available to write a successful program. With their bright hues, the Post-it® Brand World of Color Rio de Janeiro collection makes it easy to distinguish the different types of commands.

Command Wall 814

Orange Post-it® Super Sticky Notes = Characters

These are the game pieces (i.e. dog, cat, snake) as well as the related rewards (i.e. bone, fish, egg) and the obstacles.

command wall character

Pink Post-it® Super Sticky Notes = Movements

In addition to moving your character across the grid and rotating it to make turns, movement instructions also include placing the reward and the obstacles.

pink commands

Green Post-it® Super Sticky Notes = Controls

Controls set parameters to either start the program or keep a portion of it running.

command wall conditions

Blue Post-it® Super Sticky Notes = Operators

The operators are the math functions.

Eye on the Prize DIY Learn to Code game from TheMakerMom.com and Post-it Products.

Setting characters

Set the main game piece at (1,1), the bottom left corner of the grid. To determine where its corresponding reward will be placed, roll the die twice. The first result serves as the “x” coordinate; the second is the “y.” In our example, the reward is placed at (6,4).

Setting obstacles

Pick a random number to represent the number of obstacles in your maze. Start with up to 3 obstacles to keep things simple for your first game. Add more as players are ready for more challenge.

Prepare a sheet to list obstacle placement. Roll the die and record your first result in the “x” column. Roll again and record the number in the “y” column.

Continue this process for as many obstacles as you plan to include in your game.

obstacle coordinates

Place the obstacles on the grid based on your coordinate list.

Moving through the maze

Use the Move and Rotate commands to reach the objective. Continue until the program is written.

written program marked

Peer review

Hand the written program to the reviewer who will follow the program to see if the objective was achieved. Celebrate if the program works. If it does not work as the programmer planned, the pair needs to troubleshoot and rid the program of bugs until they have a written program that meets the objective.

grid with arrows and branding

winner
Craving more challenge?

  • Build a larger grid using Post-it® Super Sticky Notes and use an online random number generator instead of a die.
  • Incorporate other math functions
  • See who can write the program fastest, while still being efficient and accurate.
  • Program the least efficient path through the maze to see how long you can drag out the instructions.

What are your favorite resources for kids who want to learn to program?

1 thought on “A DIY Post It Notes Learn-to-Code Game”

Comments are closed.