I have been working on a 3-D space invaders game for a couple days now and the game is down solid. I wanted to add a high scores table however, and that would require saving data into files I believe. I already have scoring it just isn't saved.
I looked through the file commands and I am afraid my
general computer knowlage just isn't up to snuff. I feel stupid (probably am) for asking this but what exactly do I do to save the name and score of players in a text folder.
I am not sure how to go about it. I know it would involve read and write commands but with directories, files and the likes I am stumped. If someone could get me over this roadblock I could finish my first game.