Recent graduate and passionate, collaborative intern seeking a software engineering position in the field of computer science principles. Strong eagerness to learn and contribute to developing solutions.
Dungeon Crawler in C#
A one-level, dungeon crawler that uses self-made graphics for the game's aesthetics in the XNA engine. Taught myself sprite animation for character movement and created a progression system for the player. A menu, loading, upgrade, and game screen were created for the project. This shows I am willing to learn new skills for any project.
Optimized Course Schedule Planner
A schedule planner service that contains all course information provided by the university and takes user input based on year, major, credit hours needed, total credits, etc. I was tasked with data scraping so I created a python program that runs through the website with all course data and then creates a JSON file containing every class' instructor, course prefix and code, credits, course method, days, and start time and end time. This required cooperation and group planning.