Anyway, I use RA files, so I can overwrite scores. You may want to take a look at my ASCII Invaders game, in the Competition Discussion thread. Sequential files are fine, but you generally have to load the whole file into an array, change the arrays based upon game results, and then open the file for OUTPUT and write the arrays back into the file. I suppose if you don't want to use fields or make a fixed length file, as used in RA files, sequential is your best bet.
Pete
@Cobalt Love to see a binary example, if you have one.
By the way, bplus, none of game use image or sound files. All of my games are hand drawn using graphics statements.