Projects
PORTFOLIO OF WORK
Space Escape
This is the first game I developed/designed. I create the game in Unity using C#. Here is where I learned the fundamentals of designing and developing a video game.Â
https://sharemygame.com/@ksommer60/space-escape
Inventory System
This is an Inventory Management System I created using Forms and C#. In this program users are able to Add, Modify and Delete different parts and products.Â
https://github.com/ksommer60/Inventory-System
Both of these projects helped me learn the fundamentals of C# and how to debug the code. In Space Escape, I learned how to make scripts for character and obstacle movement, hitting walls, using audio and visuals and creating different levels. In my Inventory System, I learned how to make an application using Forms. I added functionality to each Form with buttons, text fields, radio buttons and entry validation.