3D Engine

December 2001.

My first 3D engine demo with collision detection and a simple map loader. Download demo


Tetris

Autumn 2001.

A simple Java version of the popular game. Download Tetris

An even simpler version in Java is also available. It is great for those who like to study the code. Download Tetris light

See how my Tetris block rotation algorithm works: Algorithm

A MS Windows C++ conversion of Tetris light is also available. Download MSTetris