Who Wants To Be A Millionaire - Mini Project

Prometheus

Everything is mutable; nothing is sacred
Reaction score
589
I'm coding the game "Who Wants To Be A Millionaire" in C# and I was wondering if anyone wanted to help out with the questions.
Its simple enough, just fill it in.
1st X is the question, next 4 Xs are the answers.
Where it says case "a" and such, leave it as is except change the "Wrong" to "Correct!" on which ever one is the answer.
Leave Y alone.
Thanks you to all who may help. Also, write if it is a $100 question, $200, $100, ect.
+rep <

Code:
case Y:
                    Console.WriteLine("X");
                    Console.WriteLine("a: X");
                    Console.WriteLine("b: X");
                    Console.WriteLine("c: X");
                    Console.WriteLine("d: X");
                    string inptY = Console.ReadLine();
                    switch (inptY)
                    {
                        case "a":
                            Console.WriteLine("Wrong");
                            goto end;
                        case "b":
                            Console.WriteLine("Wrong");
                            goto end;
                        case "c":
                            Console.WriteLine("Wrong");
                            goto end;
                        case "d":
                            Console.WriteLine("Wrong");
                            goto end;
                        default:
                            Console.Clear();
                            Console.WriteLine("Make sure you're saying a, b, c or d");
                            goto restY;
                    }
                    break;
 

Pineapple

Just Smile.
Reaction score
576
wait, do you want us to write the code or just give questions? I can give you some questions, and could probably do some code, but its your mini project, so you should code it.
 

FhelZone

Have a drink of a nice cold mellowberry juice!
Reaction score
103
Sorry can't help on this one, I did not study any programin languages yet. But i have some fancy game engines XD You might want to find one too if its really difficult for you to make.
 

Jindo

Self
Reaction score
460
Sorry can't help on this one, I did not study any programin languages yet. But i have some fancy game engines XD You might want to find one too if its really difficult for you to make.

Next time read the post, he wants questions for the game, not coding help (in which case, why post if you can't help?).

---

You can always google some facts and use those, I might try and give you some questions if I find time (and a good question)
 

Prometheus

Everything is mutable; nothing is sacred
Reaction score
589
You don't have to fill out code if you don't want to.
Just specify how much the question is worth and give the Q and answers.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top