Hang Man High Scores
Author |
Message |
hevaleen
|
Posted: Mon Dec 08, 2008 10:20 am Post subject: Hang Man High Scores |
|
|
I'm in Grade 11 Computers and have to make a game for the final project. My partner and I are making Hang Man, and for one of the pages we're trying to give a high score sheet. This page will allow the user to input their name, show them their score (how many guesses it took them), and then after they click 'OKAY' or whatever, it'll come up with a bar graph to show how they did compared to how they (or someone else on their computer) have done in the past. I have no idea where to start, or how to do this, so i help would be great, thanks! Free cookies to anyone who replies! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Mon Dec 08, 2008 10:40 am Post subject: RE:Hang Man High Scores |
|
|
moved to proper forum.
You should start with figuring out how to write/read from a file, arrays, sorting, and searching. Turing Walkthrough is helpful |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
BetaKing
|
Posted: Tue Dec 09, 2008 4:58 pm Post subject: RE:Hang Man High Scores |
|
|
Well Tony, the Walkthough isn't really helpful. Just personal opinion. |
|
|
|
|
|
S_Grimm
|
Posted: Tue Dec 09, 2008 7:40 pm Post subject: RE:Hang Man High Scores |
|
|
Actually, the walkthrough is veeerry helpful.
What you want to do is store a textfile in the same folder as your project file then read the textfile and output the results onto the screen. (the textfile is where your results are stored.) BTW: use append when doing the text editing |
|
|
|
|
|
Daavii
|
Posted: Tue Dec 09, 2008 9:13 pm Post subject: RE:Hang Man High Scores |
|
|
EV! Just ask me in class 2mrrw. I sit right in front of oyu -_-. Or you could ask Mister Fister. lol |
|
|
|
|
|
|
|