Computer Science Canada

Help Me!

Author:  kartikitrak [ Thu Jan 06, 2011 4:25 pm ]
Post subject:  Help Me!

HELLO, GUYS. MANY MAY REMEMBER ME FROM A FEW DAYS AGO. ANYWAY.

I would just like to know how to add a hiscore system that reads,writes and updates. Also I would like to know how to link the highscores to the seperate individual username and score that is in the game. I have found a couple on turing but none have worked.

Author:  Tony [ Thu Jan 06, 2011 4:37 pm ]
Post subject:  RE:Help Me!

The Turing Walkthrough links to many tutorials, including File I/O

Author:  kartikitrak [ Thu Jan 06, 2011 4:41 pm ]
Post subject:  RE:Help Me!

ive used that but it doesn't help.

Author:  Tony [ Thu Jan 06, 2011 4:46 pm ]
Post subject:  RE:Help Me!

You would need to be able to write and read from a file, if you want the highscores to be saved between multiple game sessions. If you don't care if you loose the data when the application ends, then just keep everything in an array.


: