hello all, the style of game im trying to make is a 2d zombie topview game, i just started the project yesterday and am close to finishing up my main menu, then i will be moving on to the actual game, my idea is for players to move there character with wasd, and aim using the mouse, rotating the character based on which direction the mouse is pointed in, the first thing i need to do is load a map, but i havnt decided on a map format yet, i was thinking about using tiled, does anyone know of any other map formats that could be better for what i need?
my other question is how to do free movement, where the player can move freely around the map without just going up, down, left, right.
thanks.