My Game Development Experiments and Projects

In the past 20 years I developed various 3D game engines to explore different aspects of game developement. It started with console based text RPGs in TurboC around 1994 when DOS was still the operating system of choice. Later some DirectDraw game experiments and then the first Direct3D game in 2001. All these non-finished projects had the goal to learn:

  • Physics and collision, e.g. Bullet Physics Engine
  • Scripting, e.g. Squirrel or Lua
  • Gfx, e.g. GLSL shaders
  • Shaodws, e.g. stencil buffer for large distances in space games
  • Resources, e.g. PhysFS
  • Audio, e.g. portaudio, OpenAL
  • Module system, e.g. DLL or shared modules
  • Networking, e.g. enet
  • Font rendering, e.g. FTGL, freetype
  • Unit and Scene seriaisation, e.g. yaml
  • AI, e.g. behaviour trees
  • Multithreading, sync game, graphics and phyiscs engine or task based system, e.g. zThreads, OpenMP
  • Complete 3D and or game engines, e.g. Horde3D, Ogre3D, Unity

Over the time I lost the code and data of many of these interesting projects, so this list is quite short and incomplete.

Global GameJam 2020: Roadie Simulator

Project Page (includes Source and Binary Download)

You play as two Roadies with the job to help a band, which is currently experiencing some technical and some not so technical problems. It is your task to keep the party going and please the crowd. Tasks: - Repair broken AMPs - Keep fans of the stage - Supply the Band-Members with beer

Global GameJam 2019: To Remember

Project Page (includes Source and Binary Download)

Zack will move to his new house. Go with him and find the memories about this house and his past at night, place them in their right places during day. But you should be warned that a shadow will haunt you because it doesn't want you to leave the house.. Developed using Unity

Global GameJam 2018: TIAR

Project Page (includes Source and Binary Download) - Video

This game is about transmitting a virus to other people. You are patient zero and move through VR and need to infect other people by sneezing on them or touching them. The goal is to infect all people in the level, but you have to be quick since they heal after some time. Developed for VR headsets using Unity

SunJam 2017: Divide

Project Page - Download (Windows)

Simple jump and run showing how the same decision in live (actions of the user) lead to very different results under different conditions. Serious game, developed using Unity.

AsteroidGen (2017)

Code

Side project to learn procedual generation of meshes (marching cubes) and textures, texture mapping and other techniques.

Spacegame (2012)

A work in progress single player game project. Near future space game with plausible physics and intense game play. Based on open source software (Ogre3D, Bullet Physics, etc.)

Gremlin (2011)

Code

Ad-hoc game using simple graphics and physics to explore network multiplayer using enet.

BlueCore (2008)

Code

Game engine which exports all features to a scripting language (squirrel) so that the actual main loop is scripted as well.

Trimeshloader (2006)

Code

Ansi C, no dependency, trimhesh (OBJ and 3DS) loader.

Legacy (2001)

TechDemo (Windows)

First steps in 3d game developement: space strategy game using Direct3D