Aspiring student with foundational knowledge in Computer Science and hands-on experience gained through academic projects and internships. Demonstrates strong teamwork, problem-solving, and time-management skills. Prepared to start career and make meaningful contributions with commitment and drive.
Project 1: Forest fire
Created a system using JAVA that employed a grid of trees. I then used recursion to check for any surrounding “trees” from the start cube and progressively turned it red. This continued until; there were no more possibilities for the fire to spread.
Project 2: 20 Questions
Created a 20 questions game in JAVA where the computer would think of a random item and would prompt the user questions to help narrow down the item until they eventually got the intended answer. I used binary trees to solve this.
Project 3: GEM Matching
Created a Gem Matching game in JAVA where it is 2 players going against each other and they will get a randomly generated gem. This gem will have a random color and number on it. These gems will be placed in a line and you will gain points based on the numbers on the gems. Placing 2 gems of the same colors next to each other gives a multiplier of 2x, 3 of the same color 3x, and so on. This game goes on until one player reaches a score of 400.
Languages: JAVA, HTML, Python
IDEs: VSCode, IntelliJ, JGrasp