Dungeon 1 Recreation of 1986 Version of The Legend of Zelda
A recreation of The Legend of Zelda for the SNES, built in C# as part of a team project for CSE 3902. The project includes gameplay mechanics, a save system, and various features reflective of the original game.
The project is under a private repository on my GitHub as required for now, but I am more than happy to grant access to it if requested by email.
Matrix Calculator Webapp
This website is now live at:
https://matrixcalculator.site/A personal project, inspired by my lack of success in finding a fully comprehensive matrix calculator while taking linear algebra. Shown below is the original application. It was capable of matrix addition, subtraction, multiplication, inverse, transposition, and finding the determinant.
Originally written in Java with a front-end using JavaFX, I was unsatisfied with the prodcut and its performance.



As a result of my disastisfaction with my work, I decided to rebuild it. This time building it into a web app instead with a JavaScript backend.
In creating this project I developed and learned skills in both JavaScript and web development. I implemented new and more powerful features as well, including: calculating matrix of minors, matrix of cofactors, eigenvector and eigenvalues, the rank of a matrix, and LU decomposition.



Some additional features include the ability to dynamically create matrices, clear the matrices, and built-in error checking that stops the user from making incorrect or impossible calculations, such as finding the inverse of a non-square matrix.