MineSweeper (C++)
Used the SFML development library to generate sprites and textures necessary to create a Minesweeper grid. Created objects to return a vector holding a vector of integers which would be used to determine which sprite would be displayed when the user clicks. Implemented a recursive method to clear mines when the user clicks an empty cell with other adjacent empty cells.
LocationRec (JavaScript)
Used the Angular Framework to create sorting methods in this application designed to help college graduates find their ideal location after their degree. Used Zillow's Housing API's to manage data considering housing prices all over the mainland USA.