Week 9 Create Task Check (Kashish and Gennalyn) - sanvi1855544/p3-avatar GitHub Wiki

PBL Create Performance Task (Maze Game)

Create Performance Task Description and Outline Components:

  • Program code
  • video
  • written response

Requirements:

  • input and output
  • use list/array
  • make and use a student-developed procedure/function that contains an algorithm and includes sequencing, selection, iteration

Ideas/Brainwrite:

  • Sugar sugar
  • Snake game
  • 2048
  • maze game
  • math quiz

Plan: Maze Game

  • Input --> user collects stars scattered around maze
  • Output --> score increases based on amount of stars collected
  • List/array --> maybe user selects a character, which will be programmed via a list, and an input/output (characters labeled as 1, 2, 3, or 4; each number will be assigned to a specific index/character)
  • Function including: --> Sequencing --> Selection: If user hits a wall, then maze/score restarts --> Iteration: maybe incorporate an “obstacle” → something will be bouncing around the maze randomly, and if the user touches it, the the maze restarts ----> entity will repeat every 15 seconds or something
  • Program planned to use: Scratch