This month i have been working on the p5.js grid project. I decided to to create an island maker. this island maker allows you to input land heights and trees into a grid which then informs the program how to build the island


to create this project I have had to use line equations and the quadratic formula to create the perspective of the island since everything is drawn on a 2d canvas. I have also been able to practice more with adding HTML via JS since it meant I didn’t need to create 200 individual grid squares.
Leave a Reply