Golfinder is a miniature golf game we developed using Javascript, specifically the Three.js library for simulation and physics. It is a nine hole game, and as you start you begin on the first hole. As you play, your score for each hole is tracked, and the end you will receive the total score. Various obstacles appear during these holes other than simple course layout. Brown blockers behave the same as normal walls, pink blockers are springy and bounce the ball when hit, and yellow obstacles are ramps to give the ball some airtime. The ball is able to be hit out of bounds, which will result in a penalty and a reset back to the last position. My role on this project was mainly expansion of a working first hole into a full game. This included traversing from hole to hole, score tracking, as well as adding advanced obstacles and some other fine tuning.