Saturday, November 28, 2009

XNA and C#

I thought I show you a bit of what I have been doing the last couple of days. This is a few screen shots of a project I first started working on for almost two years ago, I felt I needed a break from my usual work and to do something different.







As you should be able to see in the pictures above, this application is a sort of editor for tiled 2D games. Right now a user can import a bitmap image as a tileset and add so called "brushes" which will greatly speed up the process of creating large tiled environments. The app is programmed solely in C#.

A second application (shown below) is used as the actual level editor where the user can actually use the brushes put together in the first one. This app is also programmed in C#, but also using the Xna framework.

No comments:

Post a Comment