simple C++ games

During my studies I have developed various minigames. Two of them are visually good enough to share with you ;). The first one is a simple 2D Maze game where you get in control of a golden bug and have to find the magic portal to the next level. The second one is a two player 3D Checkers game in an American-Football setting.


Maze game: Download
-animated 2D Sprites
-Maze generator
-The Bug can solve the maze by itself

Checkers game: Download
-DirectX 9 rendering
-Save, Load and Undo the gamestate
-two players
-PomPoms are visualizing the audio by using FastFourierTransformation