itsapi / pycraft

A Minecraft-inspired game for the terminal
GNU General Public License v2.0
197 stars 21 forks source link

Bigger Chunks #65

Open olls opened 8 years ago

olls commented 8 years ago

Linking to #64, we should probably increase the chunk size. Because we read a file whenever we load a chunk, we should try to make that happen as little as possible. I can't see any reason why we shouldn't increase the chunk size to at least 4x or even 8x.

olls commented 8 years ago

Maybe we also want to decouple the 'chunk' file size from the game chunk size, if bigger chunks turn out to be harder for the game to deal with. That way we still get the advantages of the less often file loading.