Round 2
You must create a system for saving and loading data. (ie. a database)
Your script must follow these guidelines:
- You must design your own file format or use an existing database format (CSV, SQL, XML, etc)
- It must feature loading and saving of data into files
- There needs to be a way to access and change data
- Automatic loading (automatic saving is optional)
- The data needs to be easy to use