Posted: Thu Sep 24, 2015 6:26 pm Post subject: Who Wants to be a Millionaire lifelines
I'm trying to make a simplified version of Who Wants to be a Millionaire for a school project, and I have no idea how to add lifelines (50/50 & phone a friend). I need to make sure they can only be used once. Can anyone help? I attached my code instead of pasting it into my post because it's pretty long.
Posted: Sat Sep 26, 2015 1:28 pm Post subject: RE:Who Wants to be a Millionaire lifelines
You could just use a loop instead of all those if else statements. That would make implementing lifelines easier too (you would only have to write out the code for them once).
username123
Posted: Mon Sep 28, 2015 11:55 am Post subject: Re: RE:Who Wants to be a Millionaire lifelines
OhDatNerd @ Sat Sep 26, 2015 1:28 pm wrote:
You could just use a loop instead of all those if else statements. That would make implementing lifelines easier too (you would only have to write out the code for them once).
The assignment doesn't let me use loops. I'm a beginner, so I haven't learned them yet.