Math has always been my first love. Solving problems, figuring out optimal solutions, and being consistent and concise. Now, I do the same, just with code, creating solutions to problems that others have.

No matter what is presented as a task to be completed, I will work tirelessly trying to solve the puzzle that is placed in front of me. Just point me in the right direction and I will show the products of loving both math and puzzles.

Inference Engine

Office Pace

Migration Visualizations Website

Robot Navigation

I created an Inference Engine in C# using a Frontier-Based design.

This was developed as a part of a series of projects related to AI that thinks rationally.

It could read a text file that contained symbols needed for inference logic, and analyze different logical problems.

Office Pace was a game produced by myself and the people of Team Cuddle. During the development of this game, I performed the role of Lead Software Engineer.

This game was developed in Unity and spanned the course of a full year. A beta for this game was presented at PAX Australia in 2023.

I created a website with the goal of presenting different statistics that showcase migration into Australia.

This website was created using HTML, CSS, and a JavaScript library called D3. The statistics used for the visualizations were gathered from various different websites.

The visualizations on the website were fully working with interactions that allowed for dynamic information.

This program was created to allow a robot to navigate to a goal point within a maze. This is done assuming that the AI thinks logically and doesn’t know the layout of the maze.

It can perform many different types of search types, including (but not limited to);
- Breadth-First Search
- Depth-First Search
- Bidirectional Search