Showing posts with label Tools. Show all posts
Showing posts with label Tools. Show all posts

Anim Creator

This simple editor solves a XNA issue that has been a problem for developers for quite a while now. When a developer wants to create a 2D animation, the images needed have to be uploaded separately and have to be managed by code (testing the time between two images, their bounding boxes, etc).



With this editor, the user can create directly a file that contains all these information (including the images). This file will be imported to the project using a special importer that has been specifically developed, making the developer's life much easier.

Although the application seems to be really simple, it is intuitive and a time saving tool for developers.

The delivered file has the same structure as all Office 2007 documents (such as .docx files), with which I have worked on by creating customised add-ins according to user requirements.
(Read More)

Cell Wars! The editor

This is a level editor created for the video game "Cell Wars!". The editor has been created by embedding the XNA 3.0 framework in the Windows Forms framework.

Although it was not a requirement of the contest (where we presented "Cell Wars!") to develop a level editor, given the 9 phases of the game and just one month to work on it, we decided to develop one. This editor was designed and developed in the first two weeks of that month.



As shown, the editor implements special features for each object, allowing the user to generate different actions as well as test them.

These actions are saved along with other features such as the position and texture of the objects, on the same file of a given level. Therefore, there is no need to modify the code directly if it is required to modify the features of a level. If so, the developer would add new images to the project of the level he/she wants to make changes to, and recompile.



Thanks to the importer developed the .Level file can be read and executed easily.

See levels generated with this editor on "Cell Wars!" Phases

(Read More)