::C Programming::


This is a selection of c/c++ programs that I have written

X-Blast

These screenshots are from a C game, in which you navigate your hero through a maze containing treasure and bombs. I programmed the behaviour of the game, so that the hero interacts correctly with the environment. I also coded a random level generator.

Images


Mandelbrot

A C program I wrote that displays the mandelbrot set. Includes mouse interaction allowing you to zoom and pan around the image.

Images