Projects

Work iT Android App Screenshot
Android Task Tracking App - Work iT

This project was a test of my ability to learn and produce an app under a time table, with a language we had not learned before. It is a task tracking app for Android devices.

Download Project
Sonic themed watchface for the Garmin smartwatch.
Garmin Watchface

A team project, this challenged our ability to work with a language that is not very well documented. It's a simple watch face design that is easy to use, with Sonic The Hedgehog themeing.

Download Project
Ordering calculator in Visual Basic
Order Calculator

Made using Visual Basic. A simple calculator that allows a user to enter items into a shopping list, then calculates shipping, tax, and total cost.

Download Project
Screenshot of Unity window with Maze showing
Unity Maze Game

Final project for C# class. Used a free map generator website to create a 2D maze. Then used Blender to make that a 3D maze. Then created the game itself in Unity. You can simply leave the maze if you find the exit but there is also some secrets, or maybe a guide available to those who look for it!

Download Project
Basic PHP page showcasing Acme corporation
PHP Website Design with Database

This project was a final test of my ability to use PHP programming to create a webpage with SQL database connections.

Download Project
Memory Match game showing XCode and simulated app running on iOS
iOS App Memory Matching

This project was another test of our ability to learn under a time crunch and work as a team. My team and I developed an app game where you match cards to get points. It uses a local database to store scores based on the game type played.

Please be aware that this is a Swift code app and as such while you may be able to open it using Visual Studio, you will need a Mac to simulate.

Visit the Git Hub Repository
Memory Match game in a web based interface, with a Kingdom Hearts background with Roxas and Axel
React Web Memory Match Game

This project was aimed at creating a memory match game using react and a local database to store high scores. A precurssor to the eventual iOS app.

Download Project
Text based adventure game in command line
Command Line Adventure Game

This project was my final for C++ II, showcasing the ability to use classes, deconstructors, pointers, and header files. A simple text based adventure game with multiple functions. Included is a guide to the game map of the layout for those who just want to rush through.

Download Project