Daily Archives: May 4, 2016

BGP Week 2 – Venus Slimetrap

During the second week, I started on the game’s main challenges, the special platforms that the player has to work with or around to move ahead in the game. The first one I ended up finishing up was the Venus Slimetrap, a platform inspired by the infamous Venus flytrap plant.
The Venus shroom is a simple construction, working by detecting if the player collides with it, and if so triggering a bool that starts a count taking in deltaTime. Once it reaches […]

/ Comments Off on BGP Week 2 – Venus Slimetrap
Program: Programming

BGP Week 2 – Venus Slimetrap

During the second week, I started on the game’s main challenges, the special platforms that the player has to work with or around to move ahead in the game. The first one I ended up finishing up was the Venus Slimetrap, a platform inspired by the infamous Venus flytrap plant.
The Venus shroom is a simple construction, working by detecting if the player collides with it, and if so triggering a bool that starts a count taking in deltaTime. Once it reaches […]

/ Comments Off on BGP Week 2 – Venus Slimetrap
Program: Programming

Mushy textures! And more!

The third week was spent texturing more things, such as these mushrooms. Again I worked in Zbrush. Diffuse maps were done by: Lisa WS
Click to view slideshow.
I created some more models for the game. Some tree mushrooms that both characters can climb, that will also serve as decoration in some cases. Then there are the leaves that are platforms for the light character, Lumi.

/ Comments Off on Mushy textures! And more!
Program: Graphics

Mushy textures! And more!

The third week was spent texturing more things, such as these mushrooms. Again I worked in Zbrush. Diffuse maps were done by: Lisa WS
Click to view slideshow.
I created some more models for the game. Some tree mushrooms that both characters can climb, that will also serve as decoration in some cases. Then there are the leaves that are platforms for the light character, Lumi.

/ Comments Off on Mushy textures! And more!
Program: Graphics

Relatively longer this time.

So a few days ago i set out to implement controls on Terra that allows it to walk upp vertical walls by pressing upp on the joystick and respectably down by pressing downwards on the joystick. And This ledd to some reworks in the controls of Terra and how it logically works.
Most of the work is in Figuring out logically how it will work together with the other code parts. This will Take some time but hopefully it will be […]

/ Comments Off on Relatively longer this time.
Program: Programming

Relatively longer this time.

So a few days ago i set out to implement controls on Terra that allows it to walk upp vertical walls by pressing upp on the joystick and respectably down by pressing downwards on the joystick. And This ledd to some reworks in the controls of Terra and how it logically works.
Most of the work is in Figuring out logically how it will work together with the other code parts. This will Take some time but hopefully it will be […]

/ Comments Off on Relatively longer this time.
Program: Programming