MY COMPUTER PROGRAMS
This is a record of all the programs I've worked on and code I've written. Any more information, as well as the source code can be found on my Github account. You can also download the files and run them (need java installed for .jar files).
Noob Cube
This is a game I created in Unity with the help of Brackeys tutorial on YouTube. In this game, you navigate the cube through obstacles using your keyboard. I made this game to learn the basics of Unity, and I plan to add more features as time goes on.
You can download the game for Windows as a zip file or installer here or by clicking the photo.
You can play the game online here or by clicking the link below. Have fun playing!

Data Analysis with R
I have done a bunch of projects involving data analysis and modeling for different classes at my college. The HTML pages give a comprehensive explanation of the data analysis process and the graphs displayed. The code I used as well as the HTMLs generated can be seen on Github.

Turn-Based Battle Game
This is a turn-based battle game system I created in Java. The main character is a bit more...textual than I would like him/her to be, as I haven't got an artist to help me with that yet. Keep your eyes peeled though, because I will be adding it once I get some original art! I got the inspiration for this from Dragonfable, and other Artix Entertainment games.

Color Picker Program
A program I wrote in Java that enables you to pick a color using sliders, RGB values or hex values. I wanted to make it easier to pick the colors I wanted when I was designing, and opening this program was usually faster than using a color picker online. You can also choose different shapes to fill with the color.
Graphic Web Applications
These are simple programs I created in JavaScript when I was learning how to program with graphic libraries like the P5.js library in JavaScript. For the Robot project, a colleague helped me to design the robot, and I dealt with the mechanics.
To view these programs, it is recommended that you use the button below or the links on Github, as the downloaded versions use files the browser may not be able to access. To download the files anyway, you can click on the image.

Sewanee Landscaping Plant Database
This is a website I'm creating using the Laravel framework. It will contain information and photos of all the landscaping plants on Sewanee's campus (a college in Tennessee). There is still a lot of progress to be made, but I'm hoping to have this site live soon. You can check out the beta version of this site by clicking the button below!

OpenGL Stick Bug Model
A stickbug model I designed with OpenGL in C++. The bug can do a few things, and actually has an info page here. I designed this for my CS360 graphics class.