this is prolly a dumb question but im making a top down multiplayer game. im having say a grid of smallish squares say 100 by 100 but only having like 15x10 onscreen i was thinking one of 2 things only having a matrix with 15x10 and reloading new data on one side and deleting data on the other to make like a scroll effect eg like u can reload or delete the trexture of the certain tiles or i could have a big matrix and move it around
...which would be beter.
also (possible stupid question) can u assign a matrix square a value like 1 or 0 so if its 1 it loads grass texture to that square and 0 loads water any help / code opn that would be helpful would i have to use an array or some thing any code about loading or something
and last any thing help/code/suggestions on online multiplayer would be great like how to register new chars and log in with diff ones and how to store the data should i make the game then add multiplayer aspect or start making the game based with multiplayer to start is their any tuts about multiplayer games sorta like tibia or runescape what are db1's limits (i have the expansion thingy)
thx for any help ii prolly sound like a newb and shoudl do a simple game to start but i know quite a bit and just need to know what way to do things