Posts Tagged ‘c++’

Finite State Machine Framework

February 15th, 2008 shyam No comments

A simple FSM Framework and example application written in C++, based on ideas presented in “Programming Game AI by Example” by Mat Buckland.

Download: source

Categories: Code Tags: , , , ,

Depth of Field

December 10th, 2007 shyam No comments

A flexible, GPU-based depth of field module built on top of the OGRE 3D engine. Uses GLSL.

Download: source (Ogre)

Categories: Code Tags: , , , , ,

Portals in Ogre

October 25th, 2007 shyam No comments

A portal system, similar to that found in Half Life 2: Portal. Utilizes multiple viewports to achieve the effect. Implemented on top of the OGRE 3D engine.

Download: source (Ogre)

Categories: Code Tags: , , , , ,

Robot Gems

April 2nd, 2003 shyam No comments

A Sokoban clone written in C++ and OpenGL. In the game, you are a robot. Your goal is to push gems, which are scattered around the map, on to certain designated areas.

I lost the original source a while ago, so only the bin is provided.

Download: bin

Categories: Code Tags: , ,