Brickzy
Android Application
A never ending Brick Breaker Android application with increasing difficulty as score progreses and a leaderboard to compare scores with your friends. Built using Android Studio, Bxfr, Gimp, and a textbook.
F to A Tutoring
Web Application
A web app written in ReactJS that helps connect you to tutors. Create accounts as either students or tutors and match with others. Built using ReactJS, React Bootstrap, and Firebase.
Kattis Solutions
Competitive Programming
A collection of all of my solutions to problems on Kattis. Each problem is documented to help explain how the code is working. Contains a bash script for compiling and executing in the directory structure within the README.
k-Card Game
Web Application
A simple card game that can be used to help illustrate permutation parity. The game is written in Vanilla JavaScript and is hosted via GitHub pages.
Linear Algebra
Math Library
A math library based on my Linear Algebra course taken at the beginning of college. Provides all matrix operations along with several matrix decompositions. Written in C++.
Minecraft Plugins
Minecraft Mods
A collection of Spigot plugins for Minecraft. Used to manage my public Hardcore SMP server @ mc.masons.codes. Plugin features and commands are provided within the README.
Path-Finding Algorithm Visualizer
Visualization
A webpage created to help visualize common path-finding algorithms used in computer science. The application is written in Vanilla JavaScript and is hosted via GitHub pages.
Rusty Checkers
Command Line Game
A CLI application to play the board game checkers. Takes commands through row and column number pairings. Written in Rust using the standard library.