2D Survivor
The aim is to create a small 3D game without the use of a game Engine. The game was developed using C++.

Chasing Pacman
It's Pacman, but you play as the Ghosts(Tanks), trying to stop pacman from getting all the coins. You can play as multiplayer, but ensure steam is On in the background.





DirectX11 3D Game
A basic 3D game developed in C++ and DirectX 11. This games implements the following
One or more textured and lit 3D game levels
Meshes rendered into the game level
Data driven level loading
Opaque meshes
Meshes such as grass which require alpha testing
Mesh which includes vertex shader animation
First or third person camera movement controlled with keybord and mouse
Animated game characters which interact with the player in some way via the use of an animation controller
Simple AABB or OOBB collision detection and response
Implementation of shadow mapping
Normal mapping
Simulating one or more effects water, fire, skybox)

Two Cars
This game is based off the "2 Cars" android game created by "Ketchapp". I decided to recreate it as a Desktop application as my Udacity C++ NanoDegree Capstone Project. This is what the game looks like when launched.
The idea of the game is to avoid the Squares and not miss a single Circle.

