Projects

Number Recognition Neural Net:

In my AI class we had an assignment we never got to, and I recently asked my professor for it, so I could take a stab at it. It is an Artificial Neural Net that takes already processed training and test data of handwritten numbers, and tries to determine what number was written. The maximum accuracy achieved in my limited testing was 93% after 17 epochs in a 30 epoch set. The code, exe, input data, and a screenshot of my results can be found here.

YLE API Integration:

I was given an assignment to create a small app that used UnityWebRequest to obtain search info from YLE's API and display the results. Clicking on a result gives additional information. The Unity Project and exe can be found here.

KSU Game Development Internship: Unnamed Game

A game created for a client in Defold. I worked on multiple systems, including save data, combat, UI, and menus. Attached is some of the code I worked on. Due to an NDA this is all that can be shared.

Production Pipeline and Rendering: Space Game Simulator 2016

A simple Galaga style game made using basic PS4 SDK tools. We were tasked to use the SDK at the base level and create a game with no external tools, like game engines, and to include a feature that could only be done on the PS4. I decided to mess around with the ability to change the controller’s light colors, and integrate it with gameplay, which can be seen at 1:26 in the video.

Studio/Capstone: Live and Let Pie

My Studio and Capstone project. The design document as well as updates can be found on the website I used for the class, here.

Artificial Intelligence:

I had 2 major projects for this class. The first was to make a Sudoku solver, which can be found here.

The second was to use a Minimax algorithm and alpha beta pruning to make a Connect 4 AI. It is still in progress, and can be found here.

Web Development:

To begin my web development journey I took a class on Skillshare. for my first site I made a website about a cartoon character I like. it can be found here.

Part 2 was learning some basic JavaScript and JQuery. I have added the ability to collapse the sections of the page like in a Wiki.