Table of Contents

  • Linear Algebra Library

    #c-sharp#dotnet-framework

    This is an implementation of various concepts of from Linear Algebra it is used as the basis of being able to create a calculator for linear algebra to solve for different transformations and other various inputs and also to decompose a matrix in various ways. This is my first implementation that took inspiration from the courses I took at Neumont College of Computer Science.

  • Number Guessing Game

    #python

    This project is dedicated to creating a number guessing game library that could be used to power either a web based application or a cli and tries to use the ideas of software design to make it easy to use and maintainable. This is not the end all be all of it but it is a good crack at trying to build out more complicated software from a simple premise.

  • One Key Game App

    #typescript#react

    This is an implementation of a board game I like and wanted to create a web based UI around. It takes the public assets of the game so people can learn how to play and enjoy it.