Often I will play the My First Orchard game with my children, and often we will lose! I wrote a javascript program to calculate how much we should be winning!
The program assumes the best case senario and makes the best picks everytime.
Orchard game simulatorThis is a website I put together for a woodshop my wife and I started together, it only lasted a little while, but it was fun while it lasted!
It was a great learning experience for me, and I learned a lot about web development.
There are a lot of images, so I this would be best to showcase for the design part of this project.
Woodworking websiteThis is a simple program that calculates the harmonic series up to a given number of terms.
It is written in javascript and uses a simple for loop to calculate the series.
Harmonic Calculator