Computer Science Canada Number Guessing |
Author: | abysspell [ Tue Nov 07, 2006 10:09 am ] | ||
Post subject: | Number Guessing | ||
a game where you have to guess a number between 1 and 100. I think it needs to be improoved to what do ya think?
|
Author: | wtd [ Tue Nov 07, 2006 11:49 am ] |
Post subject: | |
Please use code tags. |
Author: | bruized [ Tue Nov 07, 2006 7:57 pm ] |
Post subject: | |
You should probably move the drawing of the arcs and text a little up because as soon as the text saying "press any key to continue" it slightly overlaps the arcs. Also you might want to use more contrasting colours because I have to strain to see the words. It just doesn't stand out as good as black and white ![]() |
Author: | batman [ Wed Nov 08, 2006 4:37 pm ] |
Post subject: | Code |
Good job though if u want to make it perfect u would need to fix a bunch of stuff. Now i dont remember turing well so maybe someone who reads this afterwards can help me out. Now when u ask for a num between 1-100 ok, if i put a letter for example ur program should be able to handle that and say something like that was not a number try again or something. Little errors like that need to be fixed in order to make the code perfect. How u do that i dont remeber in turing. In java u would use a numberformatexception i believe. ![]() |
Author: | Mathwiz [ Mon Nov 20, 2006 9:43 am ] |
Post subject: | that was okay |
you should ask the user if they would like to play again before starting it all over again |