Shaumik-Ashraf / JASC

MMORPG!
0 stars 0 forks source link

World size? #15

Open Shaumik-Ashraf opened 8 years ago

Shaumik-Ashraf commented 8 years ago

I'm doing something like: public class World { public Area[][]; .... }

What should the size of the Area matrix be? (i'm thinking 4x4, 8x8) We can also let the user choose...

manderson0 commented 8 years ago

100x100. Do it lol. If you're procedurally generating no reason not to have a massive world