1 of 5

Connecting with Code

Connecting with Code 2024: Introduction to Scratch Game Design

2 of 5

Scratch Projects

Connecting with Code 2024 - Theme: Logic Games

5. Nim - Pick up Sticks

3. Tic-Tac-Toe

4. Linear Lights Out

2. Rock Paper Scissors

1. Coin Collector

3 of 5

Linear Lights Out

Connecting with Code 2024

4 of 5

Goals of the Day

Connecting with Code 2024

  • Function Block
  • Costume switching
  • Broadcast messages
  • Random numbers
  • Arrays
  • Repeat loops
    • Counted loop and an Until loop
  • Main game controller
    • via Hidden message sprite

5 of 5

Summary: Coding is fun and You Can do this!

Connecting with Code 2024

  • Communication between broadcast events
    • Each sprite has their own coding responsibilities
  • State array to track the game
  • Breaking down a big problem into smaller pieces!