Go to file
grace-xing6 a420d01510 spiderweb with spider finished
I wrote two saparate files to draw spider and spiderweb, then I found that they work individually but cannot draw together in drawing py
I tried to 1) change the variable in spider to make it align with spiderweb, not work
2) write them into one file and call their function at end, it work but does not work well
Then I realized that it's position thing, when I finish drawing spiderweb, I didn't put the direction back

So I tried to fix this in spiderall and it worked;
Then I think it should also work in drawing project, which then works too!

future project might be make the spider gif from up to down and make firework effect
2024-10-06 17:45:18 -04:00
__pycache__ spiderweb with spider finished 2024-10-06 17:45:18 -04:00
.DS_Store draw project proposal 2024-09-15 10:32:49 -04:00
.commit_template Initial commit 2024-08-29 18:09:34 +00:00
Fireworks.gif draw project proposal 2024-09-15 10:32:49 -04:00
README.md draw project proposal 2024-09-15 10:32:49 -04:00
drawing.py spiderweb with spider finished 2024-10-06 17:45:18 -04:00
poetry.lock Initial commit 2024-08-29 18:09:34 +00:00
pyproject.toml Initial commit 2024-08-29 18:09:34 +00:00
spider.gif draw project proposal 2024-09-15 10:32:49 -04:00
spider.py spiderweb with spider finished 2024-10-06 17:45:18 -04:00
spiderall.py spiderweb with spider finished 2024-10-06 17:45:18 -04:00
spiderweb.py spiderweb with spider finished 2024-10-06 17:45:18 -04:00

README.md

(Drawing project)

( Halloween Theme

A spider descends from its web, then expands rapidly to fill the entire screen before bursting like a firework

)

Description

(1. Draw the spider web with the spider 2. Make the spider descend. 3. Rise up the spider and make it bigger 4. At some point, add change it to firework effect

1,2's effect was like this 4 will be like this

)

Planning

(1. Draw the spider web with the spider 2. Make the spider descend. 3. Rise up the spider and make it bigger 4. At some point, add change it to firework effect )