Spicy Challenges 🌶
Multiple numbers 1-12, rather than number 1-10.
Ask 15 questions instead of 8
Start score at 15 and count down.
DIRECTIONS: Green Flag to start then answer prompts.
This game uses ask/answer, variables and a multiplication operator. Plan your steps, start at high level steps before delving into details.
Reference
Random Number between 1 and 10:
Vocabulary
Data (n): pieces of information.
Variable (n): a place where a computer program can store one piece of data: number; string or boolean.
Abstraction (n): to generalize from specific details, yet maintain the main idea.
Multiplication Operator:
Update score variable:
data (n): pieces of information. data types include numbers, strings (text), and booleans (TRUE/FALSE)
variable (n): a place where a program can store one piece of data that can change
abstraction (n): reducing complexity by focusing on the main idea