Winter Project

I was assigned to make a CSAI coding winter project. I could choose what winter item to make and I chose to make a holiday present. This code wasn’t incredibly difficult although I did get stuck at some points. I had originally made the main box of the present as a whole square, but I then realized that to add separate colors I will need to make the three rectangles instead of one square so I had to re-do it. I made the three small squares at the top to be a bow or something like that but I kept having trouble getting the measurements right. I originally made the big square size 350 (turtle.forward(350)). So to make the three rectangles I measured them 116.7 wide and 350 long. Since half of 116.7 is 58.35 that is the measurement I used to make the smaller squares at the top of the main square. Overall this project was really fun and challenging!


Turtle Maze

I was assigned to make a turtle maze in turtle art python. I didn’t complete this project because it was very difficult and I couldn’t finish it. I got through one line but I couldn’t complete this project but a couple people in my class did complete it and I thought it was really cool! I hopefully will get better at coding and be able to do things like this in the future. Coding right now isn’t my strong suit but hopefully, in the future, I will be better at it.