How to create a 2D map?

Posted by Kaizer on Game Development See other posts from Game Development or by Kaizer
Published on 2012-12-10T11:18:06Z Indexed on 2012/12/10 11:24 UTC
Read the original article Hit count: 150

Filed under:

I'm new to game development and I want to try it out, like many others amongst us :)

I need to create a gridmap. The map needs to be divided in squares. Each square represents a location. For example: x:10 - y:10

The width and height of the square should be able to be set. And offcourse also the amount of squared.

I will develop in MVC .NET

Can someone show me the right direction ?

kind regards

PS: Some nice tutorial links are always welcome :)

© Game Development or respective owner

Related posts about grid