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
2025-08-30 05:50:45 +00:00
2025-08-30 05:50:45 +00:00
2025-08-30 05:50:45 +00:00

(Drawing project)

( This is the README file for your drawing project. Replace all the text in parentheses with your own text. It's written in a simple language called Markdown, which allows basic formatting. )

Description

I will create an animation of penguins jumping into water. Here is a rough draft of what shapes are needed in the project.

Description

Planning

  1. Create functions for ovals, circles, triangles, and rectangles.
  2. Combine the shapes to create a seamless image of a penguin on an iceberg floating on water.
  3. Iterate that code to create multiple penguins in a line on the iceberg.
  4. Have penguin on the edge jump off iceberg and into the water
  5. Make a splash(optional/depends on how difficult this project may be)
  6. move rest of the penguins up

I want this animation to look like there's no begining or end.

Description
No description provided
Readme 1.2 MiB
Languages
PostScript 99.9%