Tagged Questions
3
votes
4answers
491 views
Some advice for settling on a map format for a tile game?
I am using XNA 4.0 and am currently working on a simple tile game to pass the time. Basically, I'm using the tried and true method of having numbers refer to tile types, where in 0 would be an empty ...