Files
project_drawing/.commit_template
ilmabura 80073316b2 Commit 1: Created a static image of a penguin on an iceberg
I was struggling how to draw an oval for my penguin. I needed to look
up videos/read up how to do it. I also had to look up how to set the size of the image.
I found it really difficult to just start the penguin, but once I got the shapes
I felt more comfortable.

Commit 2: Created an iteration of penguins

Created a function penguins which iterates the drawing of the penguin until the end of the screen.
I needed to do some debugging for this to work, I managed to solve it, but I don't know how I fixed the issue.
For some strange reason it's drawing the first penguin twice and I don't know why. I need to figure that out.
This part was much easier than drawing out the shapes.
2025-09-29 22:09:26 -04:00

21 lines
971 B
Plaintext

Commit 1: Created a static image of a penguin on an iceberg
I was struggling how to draw an oval for my penguin. I needed to look
up videos/read up how to do it. I also had to look up how to set the size of the image.
I found it really difficult to just start the penguin, but once I got the shapes
I felt more comfortable.
# -----------------------------------------------------------------
# Write your entire commit message above this line.
#
# The first line should be a quick description of what you changed.
# Then leave a blank line.
# Then, taking as many lines as you want, reflect on your progress
# since your last commit. Some possible ways to start:
# - Somewhere I got stuck was __________
# - Something I figured out was ___________
# - A strategy I used to get un-stuck was ____________
# - Something I'm wondering about is ______________
# - Something I want to learn more about is ____________
# - An idea for a future project is _____________-