Projects


Graphing Calculator

This is a simple graphing calculator based on the TI-83 plus. It includes drawing up to 5 functions, regression, scatter plots, tables, square root simplify, shape drawing, and supports custom settings. Source

Image of GraphingCalc

Minecraft Clone LWJGL

As the name states, this is a clone of the game Minecraft. This was one of my short lived projects in late 2018. There is no sound, block breaking/placing, or really anything. It is written in Java and uses LWJGL 3. Source

Image of MCCLONE (LWJGL)

Minecraft Clone Unity

Minecraft Clone for Unity is a re-attempt of making a Minecraft Clone. Using Unity turned out to be much easier than using OpenGL and LWJGL from the previous project. Using Unity also allows me to export to WebGL so you can play in your browser. You can play it here.