Showing posts with label FallOff. Show all posts
Showing posts with label FallOff. Show all posts

2013-07-03

FallOff 5 - Gameplay

A 3D Puzzle platform game written in C++, using OpenGL for rendering. FallOff 5 is the first game  built using my own homebrew game engine and features collision detection, pathfinding and basic AI. The engine was built along with the game, so the features were still rather limited.

In FallOff 5 you play as a snowman who got stuck in an active volcano. Your only chance for survival is to make it to the top to escape. However, the path to the top is difficult, and riddled with obstacles. Luckily, tools are scattered throughout the levels which enable you to bypass these obstacles, if you know how to use them. Watch out though, because lava monsters are lurking about, ready to push you into the boiling lava. Use the level against them to proceed through the level.
And most importantly: don't fall off...


(Note: The date on this post corresponds to the video content's date)

2011-11-10

FallOff 4 - Level Editor

This is the FallOff 4 level editor. Accessible directly from the game, it allows users to create new levels or edit existing ones. Inside the editor, every object in the game can be placed aligned with a 3D grid. Levels can be saved and will be playable right away.


(Note: The date on this post corresponds to the video content's date)

FallOff 4 - Gameplay

FallOff 4 is a 3D puzzle-platform game, made as part of my IT study. The original objective was to make a puzzle-platformer, and I felt like exploring some 3D game development.

The name is a joke, there's no actual FallOff 1,2, or 3.

FallOff 4's objective is to reach the end of the level while collecting as many batteries as possible. Of course, you won't get there just like that. There will be many situations in which your path will be blocked and you'll have to figure out how to make your way through.

This game was made in C# using the XNA Framework.


(Note: The date on this post corresponds to the video content's date)