Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ed Tech Game (Puzzled) (Concept (One button shows and scroll through…
Ed Tech Game (Puzzled)
Concept
-
-
If it matches, a check mark is shown
If it doesn't match, a x mark is shown
-
Proof of Concept
Use an A button, B button, and a A+B button
For A button, place four if-then statements of Letter=# and a change "Letter" by 1 variable.
Place show string (Insert letter) code into each if-then statement and place a set "Letter" to 0 variable in the last one.
For B button, place four if-then statements of Match=#, four if-then statements of Shape=#, and a change "Match" by 1 variable.
For the if-then statements of Match=#, place a set "Shape" to # in each statement. Also place a set "Match" to 0 in the last statement.
For the if-then statements of Shape=#, place a show led block in each statement. Also place a set "Shape to 0 in the last.
For A+B button, place an if-then-else statement of "Letter=Shape"
In the "then" part of the statement, place a show led (check mark) block, a set "Letter" to 0 variable, a set "Shape" to 0 variable, a change "Score" by 1 variable and a show number "Score" block.
In the "else" part of the statement, place a show led (x mark) block, a set "Score" to 0 variable, a show number "Score block, a set "Letter" to 0 variable, and a set "Shape" to 0 variable.
How to Play
-
Rule 2: Use button A scroll through the letters. Use Button B to scroll through the different shapes
Rule 3: If the match is correct, a checkmark is shown and a point is earned
Rule 4: If the match is incorrect, then an x is shown and the score is dropped to zero
Rule 5: If/When you manage to get all the matches correct, without making an error, you win