gbusto / BrickBreak

An attempt to make a game like "Ballz" or "Bricks and Balls".
1 stars 0 forks source link

Change On-Disk Storage from Files to Sqlite Database #660

Open gbusto opened 4 years ago

gbusto commented 4 years ago

Not sure why I hadn't thought of this sooner, but it should definitely be using a Sqlite database instead of just writing files to disk. That's dumb.

gbusto commented 4 years ago

Read this: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html