For the past year and a half, I’ve been working with an unofficial team at Microsoft to develop audio-based games—games that can be played with just the sound. Now I’m happy to announce that Ear Hockey, a game which I’ve … Continue reading
Coding projects
On my GitHub profile you’ll find some smaller programming projects I’ve done and my latest android application. More to come!
Leonardo Clock app widget
This is a programming project I’ve been working on for fun and practice. It’s an Android app that is a home screen widget, meaning it displays actual app content, not just an icon, on the home screen. Like my Harbor Terminal project, … Continue reading
Do List 1.0.0
Do List Do List is not just any other to-do list app. It accepts information about the priority and estimated time of completion for each of your tasks. Then, when you’re feeling productive, simply enter in the amount of time … Continue reading
Graph Cycle Detector
In this project I wrote a program to construct a graph from a source file, and then look for cycles (connection loops) around a specified vertex (very difficult to find just by looking at the raw data). In my case, the … Continue reading
Binary Search Tree Comparison
In this school project, my professor Dr. Thomas VanDrunen wrote 3 different implementations of binary search tree, and my task was to formulate a question about their relative performance, write a test to answer my question, and then report on … Continue reading
Prime Number Finder Project
I did this project early on as an exercise in what I had learned in Java. The code creates a window in which the user can enter a range of integers. The program can then find and display all of … Continue reading
Natural Selection Project
For a final project in my Computer Modeling class, I used MATLAB software to model the basic principle of natural selection. I modeled a population of animals using an array of identical objects, with field variables like age and size … Continue reading