Pages

Tuesday 2 July 2013

UGAAM Development



I wanted to showcase what I have achieved so far on the UGAAM game, so I will. Unfortunately the Remake version is a work in progress doesn't have all the best bits on it yet. In light of this, I'm going to provide links to both versions for whoever is interested, with a note on what I'd like to demonstrate with each one.

Link to the Remake (Work in Progress)

The great difference in this version is the addition of the Menu Screen and the improvement of the Options and Instructions Screen. Also the Animations:
    -Experience Orbs move with intricate design and reactivity.
    -the Wizard faces the Cursor
    -the Eye Gauge moves out of your way
    -and there are pop-up Notifications added


The reason I want to showcase the demo version still is the complicated collision simulation responsible for making the Boulders bounce off each other and allows them to be pushed away by your spells. The scripting for which will take time to build properly and has not yet been added to the remake.

Rendering 3D, stage 1


I wanted to put my hand to making a 3D renderer for a game environment, and while it obviously doesn't fully render yet, getting the program to continually plot positions from virtual 3D onto the two dimensional screen and then to be able to move freely through that virtual 3D space is the first step to that end.

Click on the Image to try it out

The controls are horrible at the moment simply because on this project I will be concentrating on completing the rendering side of things before looking at the interface, as the renderer is nearly the only point of this project, though once completed I may implement it into 3D games if the new task requires it.

Note the vertices flying around the cube, the programming for their movement was just done quickly to show that the renderer works with a map or data that can be changed at run-time. This means it will be suitable for moving elements that will be wanting to be added to a game level later, like a drawbridge, or more commonly, moving enemies or targets.