Okay, so today I decided to whip up a fun little Super Mario quiz. Nothing too fancy, just a simple thing to test my own knowledge and maybe share with some friends later. Here’s how I did it.
Brainstorming the Questions
First things first, I needed some questions! I started by jotting down a bunch of ideas. I wanted a good mix of easy, medium, and hard questions to make it interesting.
I grabbed a piece of paper,and began to write some ideas that popped into my head:
- What color is Mario’s hat? (Easy, obviously!)
- What’s the name of Mario’s dinosaur buddy?
- In Super Mario Bros., what item makes Mario grow bigger?
- Who is the main villain in many of the Mario games?
- What is the name of Mario’s brother?
- What type of creature is Toad?
- Which game introduced the character of Yoshi?
I tried to cover different games and characters, from the classic NES titles all the way to some of the newer ones.
Putting it Together (Simply)
I thought to make it become true! so i decided to open my computer and code it.
I coded these question into a simple program.
And here is the result:
What color is Mario’s hat?
a:red
b:green
c:blue
d:yellow
What’s the name of Mario’s dinosaur buddy?
a:yoshi
b:dino
c:saurus
d:dragon
I repeated these steps, put all the questions and candidate answers into the * i tested and run the whole program,everything worked well.
Testing and Tweaking
Once I had all the questions,I ran through the quiz myself a few times. This helped me catch any mistakes and see if the difficulty level felt right. Turns out, I made a couple of the “hard” questions way too hard, even for me! So, I tweaked those a bit to make them challenging but not impossible.
Sharing and Future Ideas
After I finished,i played it with my * was so fun!
This was a pretty simple project, but it was a lot of fun to put together. Maybe I can refine it and add some more interesting functions next time!