top of page

Code Projects

This page includes projects that I've made either for class or in my free time.

Andy's movie database 3_12_2022 9_46_24 AM.png

Movie DB List

Project Highlight - The finished product

The best part of this project was being able to use it after making it. It was very satisfying to test it out at the end and have it all work well.

Andy's Ecosystem - SampleScene - PC, Mac & Linux Standalone - Unity 2020.3_edited.jpg

Ecosystem Simulator

Project Highlight - The finished product

The best part of this project was being able to use it after making it. It was very satisfying to test it out at the end and have it all work well.

Project Summaries

Movie DB list

Client: Michael Mayhew Date: 5/5/2021

Project Description -
The goal of this project was to use Object-Oriented programming
to access the IMDB and allow users of the program
to create a movie watch list. Using this list users could
add new movies to their list and then delete them once
they watched them.


Issues Encountered -
The biggest challenge I faced while making this project was
getting images from the database to show up on the program.


Solution -
I made a seperate project just to learn and test out how to make
images show up and then used what I learned to fix what I was
doing wrong in the project


Skills -
This project use my Java, Javascript, Problem solving and time
managment skills.

Ecosystem Simulation

Client: None Date: 1/20/2020

Project Description -
I wanted to see if I could create and environment in Unity
that mimicked an ecosystem. To do this I created a small food
chain consisting of plants, deer and wolves.


Issues Encountered -
The biggest challenge for this project was replicating reproduction.
When a baby was born there would be several bugs.


Solution -
I found how to solve the issue with spawning a baby deer by
searching through the documentation for Unity.


Skills -
For this project I used my skills in Unity, Level design, and programming.

bottom of page