ucsb-cs56-projects / cs56-math-conversion-quiz

-
2 stars 9 forks source link

Make exit explicit #20

Closed PazZaitGivon closed 9 years ago

PazZaitGivon commented 9 years ago

allow people to input new parameters directly by default before (and rerun with those parameters) exiting and make them explicitly choose to exit the program

Estimated ~300points

steventedsen commented 9 years ago

I have it ask if they would like to play the game again, and if they choose yes then they are prompted to enter new parameters. if they say no the program is terminated. Does this work?

steventedsen commented 9 years ago

I sent in a pull request with this issue fixed

PazZaitGivon commented 9 years ago

good