High Point University Maps App
An app designed to help students and visitors of High Point University find their way around
Software: Android Studio
Language: Java
Video Game Tracking App
An app designed to list out different video games and allow the user to click on them for more info, search for games, and add them to a list
Software: Android Studio
Language: Java
Hangman
One of my first C++ projects, a game of hangman that reads in from a text file of strings and chooses a random one for each round. Guess letters until you complete the ASCII hangman or guess the word. The program will let you know the state of the word, how many incorrect guesses were made, and the letters guessed (left).
Language: C++
Binary Calculator
A program to convert a binary number to its equivalent decimal value using an array-based stack then converts a decimal number to the binary equivalent using a linked-list based stack.
Language: C++