Monday 28 March 2016

Levels one and two development

Here are the first two levels of the game, with the traps added. The first level is good, but might be a little too difficult because of the swinging boulders, the second level feels a bit bare in comparison. So I need to develop that further. I want the levels to feel like you progress in terms of the difficulty without it being unfair, especially when there aren't any checkpoints, I don't want the players to give up because they keep having to go back to the beginning of the level when they die.

This i just the levels with the backdrops and props added, there are quite a few things like the rocks, that I ended up not using but I may revisit the look of these levels once I've spoken with the rest of the team. The backgrounds are using a subtle parallax effect that I prototyped earlier in the project.

 
These are the backdrops as one image each, in Unity each layer is a separate png that I have copied across to fit the level.

Update: 12/04/16


I added some clouds to the second level to make it feel more complete, and I made them parallax as well.

Thursday 24 March 2016

Controls Menu and Level Select


These are the two menus I created. I used Heathers background concept and worked upon it to create a menu. For the level select, I added various effects on top to make it appear smoky. I also made the other levels locked to appear like it has more content than we really do.

I also added a control menu as many people, for some reason even with gui on screen telling them controls, still don't know how to play.


Friday 11 March 2016

Pause/Fail/Death Screens

These are the screens I am working on for the games death/fail screens.


 
The paused menu works well, I encountered a bug where the player could spam the controls while paused, and they would shoot off to the edge of the map, always to the same point. I managed to fix this by disabling the scripts on the player game object when paused, and allowing them when unpaused.


 

Tuesday 8 March 2016

Second level assets and initial layout

Because our game is making good progress we've decided to add a second level. I've recoloured some of the existing assets for the next level and once we've built it we can figure out if anything else needs making





To make these I just used an adjustment layer to change the colour of the base rocks and kept the shadows the same, I also removed the grass from a couple of things.

I quickly sketched a layout for the second level and then built it in Unity

I was aiming for something more difficult and reliant on delicate platforming, which I think I've managed but it still needs play-testing by other people and some of the traps need adding.

Saturday 5 March 2016

Traps


I added an animation to the wall, to start making the game feel more finished. I made the animations fine but ran into some trouble with scripting it, because I haven't scripted in so long that I'm a bit rusty. So I ended up getting some help, and got it working, it would possibly be better to use physics but I'm not sure where to start with that and this method got the job done quickly.


Then I made a falling boulder to flesh out the second level, it's just a new asset with a looping animation applied to it. Getting the timing right took a little fine-tweaking but it's looking good now.


Tuesday 1 March 2016

Traps

Ideas for various traps in the game ranged from swinging rocks on vines to vicious living plants. Although the rocks where able to be included, there was some debate on how the plant hazard would work and the fact it would require animation to go along with its chosen form of attack, e.g biting, hitting, projectiles. As such the spikes and rocks where the ones included. The crystals were also instead substituted for the basic spikes as floor traps.