Making a level editor for my game

Posted by Sherif Maher Eaid on Game Development See other posts from Game Development or by Sherif Maher Eaid
Published on 2012-01-28T13:13:04Z Indexed on 2012/03/21 17:39 UTC
Read the original article Hit count: 160

Filed under:
|
|

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.

© Game Development or respective owner

Related posts about XNA

Related posts about c#