Run 2 Auto-Splitter

An auto-splitter for the popular flash game run 2 developed in c++ and using WxWidgets for the GUI. Using memory management principles, the program isolates the variable that contains the current level in game and waits for it to change. Once the level changes the auto-splitter creates a split and records the time for the segment of the run. It also stores the best times of each split, the times of each split in the best run and the time of the best run to enable the player to race against themselves more accurately.
Resume Builder
A project done during my completion of The Odin Project. The Resume Builder is a web appliction to build resumes by allowing a user to create and edit new sections for education and experience. It was developed in react in order to create the education and experience text sections and add them easily.
MySQL Furniture Database Application
Final project for a school course where a MySQL database was developed to create a new piece of furniture using old parts. The old parts and their prices are in the database, the user will request a piece of furniture to be built and the program will determine the cheapest option using set theory.