top of page

Coding Projects

MATLAB

In my Engineering Computation classes at the University of Rochester, I learned the usage and syntax of MATLAB and was required to prove my understanding of course content through various coding projects. I learned how to index and manipulate matrixes, the applications of loops and conditional statements, the usage of symbolic variables and programming algebra, as well as image processing and automated plot creation.

C++

As the final project in my C/C++ class, I made a game in C++ which allows the players to move in a square shaped grid trying to find and break a piñata with the player who lands the final blow on the piñata winning the game. However, the players cannot see the grid they are moving on and must use hints from the program to find their way to the piñata and win the game. This project is the showcase of the knowledge I gained in this class and I had lots of fun applying it to a fun, interactive project.

bottom of page