Projects

Here you will find brief details for a few projects I have worked on recently. You may view media relating to the projects in the form of images, download-ables and videos. To achieve good compression, the videos are encoded using xvid. The xvid codec is not installed by default on most computers. If you cannot play the videos I recommend that you download and install the xvid codec from http://www.xvid.org/. At the time of writing the current version is 1.1.3. This should enable the Windows Media Player to play the videos. If you would like to see more demonstrations, please consider inviting me for an interview.

Sheep Game

This game was created as a first year project for university. The specification was quite simple. As a team, create a game using the programming language "Dark Basic". The Sheep Game is a third person shooter featuring a genetically mutated sheep.

 

C++ Maze

This project was created as coursework for university. The project was split into three parts and programming was done in C++.

 

PHP Maze Generator

Before writing the code for the C++ Maze project I explored the problem briefly in PHP to allow me to make better decisions about the data structures and techniques which would underpin the C++ program. The PHP Maze Generator uses the GD library to display the generated maze.