The Last Stronghold

The Last Stronghold is a tower defense, strategy-based game. The game is set in the near future where technology has advanced. However, the government got greedy and took Alien technology from another planet. This caused the aliens to attack Earth, destroying most civilization. But not all hope is lost, there is one settlement left – The Last Stronghold. The remaining people on the Earth must protect the last town! Using their own technology against them in the hope to survive the onslaught. Written in C# using Unity.

Shoot Fast!

The aim of the game is in the name! Fight through an aim training facility as fast as you can, shoot the red people, avoid the green people. The player has two different weapons to choose from - AK47 and M107. In addition, 3 highly explosive grenades. However, accuracy counts; the higher your accuracy at the end, the more points you are rewarded. Written in C# using Unity.

Super Mario Bros

Super Mario Bros is a 2D platformer game. Just like the original, the aim of the game is for Mario and Luigi to reach the flag at the end of the map. However there are numerous enemies and obstacles on there path to the castle. Written in C++ using SDL 2.0.

OpenGL Scene Renderer

Using Gl, glm, glew, this project renders in various objects into different scenes. There are 2 scenes - both containing various realistic elements including light. In addition, there is an object editor where the user can change the rotation, scale and position of the object, as well as the texture and shape of the object.

Pacman

Pacman is a C++ project using S2D. It contains many of the feautres of the orignal Pacman game such as the ghosts, Pacman, Munchies, Cherries but also has a few of my own twists added to it. For example; a speed boost ability. The objective of the game is still the same - Collect all the munchies and don't die to the ghosts!