C
Driven and creative student leveraging studies in Computer Science seeking real-world experience as Video Game Designer. Offering strong task prioritization skills, technical communication skills, and well working with others.
Attention to Detail
C
Java
Shell programming in Linux
Assembly language
Drawing
Problem-Solving
Math
Task Manager App (Java)
Application made to store data for gamers. User can add game title and its game file. Each game file has a notes, tasks, and challenges sections. User can add as many as they want and it can be sorting by recent and alphabetical.
Tic-Tac-Toe on C++
Using double arrays created a game that can be played with another player that inputs letters X or O in empty areas. Match 3 in a row and Win. Also contains Draw and Lose.
Pac-Man Game C++
Using double arrays created a game that played like Pac-Man where a character eats "*" until they're all gone. The Character can go of the edge and appear out the opposite edge
Fake Word Detector C++
With a Dictionary with all words read a file and check for fake words that are not in the dictionary.
Word Counter C++
Counts amount of words in a file.