Gif of My Game

Advantages of Human-readable Asset Files
- Creators can easily make formatting changes in the later stages;
- Readers can quickly understand the file structure and what each section represents;
- People who need to use this type of file can easily write code to retrieve its contents;
Mesh Files
Here is an example of my lua structure
|
|
The reason I do it in this way is that it is a highly readable structure. By using keywords like “vertex”, the reader would quickly understand the usage of each block.
Screenshot of Debugging

Game Sample
Download and have a try: MyGame