Skip to content

Game Rules Are Algorithms

Hopscotch, tag and card games all run on step lists. Read the rules, follow the order, check the win condition. Change a step and you change the game.

Class 3 to 5beginner15 min3 lessons
By the end you will be able to
  • Read game rules as ordered instructions
  • Name the repeat steps and the win condition
  • Explain what breaks if one rule is skipped

Finish first

Lesson 1 of 3

Rules are the program

Open a board game box. Inside you find a sheet of rules. Step one set up the board. Step two youngest player goes first. The sheet is the algorithm every player must follow.

If someone skips a rule, the game state gets wrong. Maybe a player has extra money or moves twice. Fixing it means going back to the rule you ignored.

Watch the step-flow animation. Follow hopscotch from throw to finish square.

Continue

Lesson 2 of 3

Loops and win lines

Many games repeat a turn loop until someone wins. Roll, move, check cards, next player. The loop is the heart of the algorithm.

The win condition is the stop rule. First to one hundred points, or three sets in tennis. Without a clear stop, the game never ends.

House rules are edits to the algorithm. As long as everyone agrees before play, the new plan is valid for that group.

Continue

Lesson 3 of 3

Teach a new player

To teach tag, you do not say run. You say one person is it, they tag with a light touch, tagged person becomes it. Short steps in order.

New players ask what happens if. Good rules answer those cases before they happen. That is like writing else in a program later.

Next you will fix plans where steps are in the wrong order. Games and robots both fail when order breaks.

Continue

Practice

Work these out yourself

No answer key here on purpose: these are the questions worth thinking through before you move on. Open one and work it out.

0/3 attempted

Assessment

Check your understanding

Answer each question, then read the explanation. That is where the learning is.

0/4
  1. Question 1: Game rules on a box are like what in computing?
    Question 1 / 4

    Game rules on a box are like what in computing?

    Select an option first
  2. Question 2: A turn loop in a board game repeats until what?
    Question 2 / 4

    A turn loop in a board game repeats until what?

    Select an option first
  3. Question 3: Skipping setup steps before play causes what?
    Question 3 / 4

    Skipping setup steps before play causes what?

    Select an option first
  4. Question 4: House rules are valid when what?
    Question 4 / 4

    House rules are valid when what?

    Select an option first
4 of 4 questions left.

Finished this topic?

0 of 3 lessons marked done. Marking the topic complete ticks the rest.