Unity Projects - Currently I am bettering my knowledge of Unity by following an online course that gradually ups the difficulty and complexity of the classes in efforts to teach how to create in Unity and code in C#. I will update this page with completed projects.

Delivery Driver - A small game to showcase basic understanding of C# and Unity. It is a 2D game where you drive a car around a town, collect "deliveries" and drop them off at the customer.

Snowboarder - Beginning states of a game that can be expanded upon. You play as a snowboarder and try to get from point A to B without crashing. This project was done to understand different Unity assets like the sprite editor, particle effects, and the Surface Effector.

Quiz Game - 5 question long quiz game where I made the topic about World War 1 information. This project was to learn UI programming using Unity's Text Mesh Pro, as well as continuing on generic C# coding topics like Loops and Arrays. Along with this, this project was also used to learn how to set up multiple choice questions, a timer, a score, a progress tracker, and changing the question to a new one as well as ending the game once completed.