Serialization format for levels
easiest way to define levels is as separate records, with initial information, every item within the level is another record.
after we come up with all of the records, we can create procedures to read a file and create records from that information
______
| |
|______|
for example a file with this ^ will create a box from walls
in the end product we will not have these files, they are converted to code before compiling any scheme
Edited by Arnav Andrew Jose