Alter

2009 project


Click here to view the project

Alter was my end of year assignment which I and a group of two others (Brayden Wale - AI / Bernardo Del Castillo - Artist/Particles/Player) had a couple of weeks to complete a small game prototype. I created a framework in openGL which handled how everything in the game interacted/loaded. Such as how the objects collided with one another, to a small program which stored and clipped our sprites.

XNA Onslaught

2009 project


Click here to view the project

Onslaught was a mid year assignment which was created in C#/XNA. My goal was to make a fast paced worms/metroid 2D scrolling shooter. The images that are used in this game were found in google image search.

TankWars SDL

2009 project


Click here to view the project

Tank Wars was my mid year assignment which was called the "2 and 1/2 days" game prototype project. Tank Wars was created in openGL which I was really happy with - due to the ammount of time we were allowed to spend on making this project.

2D SDL Solar System

2009 project


Click here to view the project

2D Solar System was just a small demo I put together after creating a small framework. The framework consisted of a Matrix3, Vector2 and Node class. All the objects are linked together and rotate with their parents matrix etc.

2D SDL Small Collision Engine

2009 project


Click here to view the project

The 2D collision engine I threw together for future use in my studies. The engine supports different types of 2D collisions. From circle to circle, to circle to an object with multiple sides. It handles the detection and reaction.

Character Editor

2009 project


Click here to view the project

The character editor was a small project which had to have the following: 3 gui elements, Text entry and use of openGL. The images used in this project were created by my tutor Caswal Parker.

Space Invaders SDL

2009 project


Click here to view the project

This space invaders was a nice and simple SDL project. As I hadn't used SDL in a while I created it to get use to the SDL library once again. The logic code inside this is all the same as the space invaders #2 console.

Space Invaders Console Blitting #2

2009 project


Click here to view the project

This space invaders is a step up from Space Invaders Console Blitting 1. It controls swams and has levels. It's actually a full space invaders game. With the unique look of being made in console.

Space Invaders Console Blitting #1

2009 project


Click here to view the project

This space invaders was the first game I made in console with blitting. The reason of choice for this game was to learn how to blit to a console. You can find the source code for this game inside the tutorials section.