Making a level editor for my game
- by Sherif Maher Eaid
I am doing a 2D sprite based game in XNA for WP7, The game logic is simple, you start at some point, you want to avoid obstacles and reach a certain goal.
obviously I need to make many levels for the game to be challenging and funny.
I am considering making a level editor for my game where I can be able to design the level using some kind of GUI then it translates that to a .lvl or something that the game can read and interpret that to a playable level.
I am asking for an already made level editor for XNA/WP7.