Write-Up: Assignment06

Add to
My games
Add to
Wishlist
Save to
Collection
No reviews
Exceptional
Meh
Skip

About

1. Discuss the advantages of having human-readable asset files

I think the most important two advantages of  having human-readable asset files are good for debug and future changes.  Especially after a while, if the game developer wants to modify the file, a good  human-readable file will be very necessary.

2. Geometry files

return
{
    VertexArray = 
    {
         {0,0,0},
         {1.0,1.0,0},
         {1.0,0,0},
         {0,1.0,0},
    },
    IndexArray = 
    {
           0, 1, 2,
           0, 3, 1,
     },
}

I decided to do this way, because I think the file is very easy to understand and clean enough to read. I tired to add x, y, z separately for VertexArray, but I found that is not necessary. This way is already easy to understand.

3. Game Screenshot

4. Game debug 

Platforms
Release date
Developer
zzzemma
Age rating
Not rated

System requirements for PC

Read more...
Write-Up: Assignment06 screenshot, image №2191517 - RAWG
Edit the game info
Last Modified: Oct 4, 2019

Where to buy

itch.io