How to create a 2D map?
- by Kaizer
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 :)