Dungeon Dash 2D Platformer

Dungeon Dash -->

During my time at Ron Dearing UTC, one of my assignments within the Game Development Unit involved me creating a website using the Unity Editor & C# in order to create a functional, game. Said game was required to have at least one mechanic, such as moving platforms, along with player movement, and some sort of variable counter; collecting coins for example. Dungeon Dash can be played at Ron Dearing's Itch Page.

Throughout the development of Dungeon Dash, I needed to tackle a multitude of technical constraints; including the fact that I had never programmed with the Game Development syntax within C#, only the Console/Window application syntax. In order to combat this, I needed to refer to the documentation online, which helped me understand the methods required to carry out this project from start to finish. Overall, building this game was a great experience, and allowed me to develop my skills in C#, problem solving, and intuitive programming in general.