Tráth na gCeist sa Mhata
This week we built a little Maths quiz game in Scratch 3/Turbowarp
We set it to ask us a number divided by 10
We created 2 variables, uimher 1 to store a random number between 10 and 1000 and uimher 2 to store the number 10
We then use the ask block to join the two numbers into a question, this also gives us a text box to enter our answer
We then set up an if then else loop, if we are correct we get a Yay message
if we are wrong we get a wrong answer message
To make the game interesting we set up a timer to count down form 30
Test out the game below and view the full code in the project page