Projects
Above is a collection of the projects I completed during my time at Full Sail. I wish to add more but until then these are the titles from left to right:
Greenblob - skill based side-scroller
Lightsout - strategy game
Particle Disturbance - this was a group project that was complete by classmates and I for our final Project. It is our most involving skill and strategy side scroller we have made yet.
Tic-Tac-Toe - strategy game
SCRAPS (last two videos, 1st is blockout, second is finalized) - third-person skill and strategy game where a team and I concentrated on creating our own levels with unique terrain and obstacles to generate a fun experience.
ART/C#
Above is a collection of art and some of the more involving scripts (all C# in Visual Studio) that I wrote for my games:
The art is simply there for visuals and was made on Maya and Unity.
1.)The first script on the left is a vertical moving platform that allows the player to move with it as it raises and lowers
2.) Second is a simple OnTriggerEnter script that activates the Teleporter
3.)Third is a script that I added to our overall player-movement script that allowed to the player to communicate with the telepads on the map.
4.) The fourth is a Platform movement script that moves them horizontally rather than vertically.
5.) The last script on the left is written to destroy and crumble a platform after a certain amount of time a player collided with it.