tecimovic / programming-school

Lessons for kids
0 stars 0 forks source link

Quiz Rooms 2 #11

Open NeonScripter opened 2 years ago

NeonScripter commented 2 years ago

So here's how quiz rooms work I think:

Here's how I was planning it to work in my game:

jecimovic commented 2 years ago

no i think it should be if you get most of the questions right something happens and if you get most of them wrong amother thing happens

NeonScripter commented 2 years ago

maybe you should decide which one it is

jecimovic commented 2 years ago

also i think it should be tracking the amount of right and wrong answers in the code i dont really understand how the rightanswer thing works and why it would help

NeonScripter commented 2 years ago

it would suit the needs of all the people who want to proceed in designing games

NeonScripter commented 2 years ago

Proceed.

tecimovic commented 2 years ago

Ok, this is some good thinking.

tecimovic commented 2 years ago

We can easily configure answers: You have N questions. If you have MORE THAN X questions right, A happens, if you have less than X questions right, B happens.

NeonScripter commented 1 year ago

We should add both quiz rooms.