Commit Graph

9 Commits

Author SHA1 Message Date
grace-xing6 6a53ed6364 updated spidermov
under the help of ChatGPT (Canvas), I turned the spider with its web to the color splash like a firework
The things I could not figure out is how to make it come down from the top and get bigger. I used ChatGPT to generate this code but it didn't work well.
I also added arguments in the function to make it connected with others.
2024-10-07 21:22:57 -04:00
grace-xing6 9c2c2ed520 Resolved merge conflict in README.md 2024-10-07 09:01:26 -04:00
grace-xing6 d90372e0b6 Just want to check if I submit it correctly 2024-10-06 17:53:42 -04:00
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
grace-xing6 3b61659fde updated about spider web 2024-10-06 16:13:56 -04:00
grace-xing6 8172fd547a spiderweb updated
Initially, I cannot find the left original point to start drawing the spiderweb, i tried to draw a square and define the web in it.
Then i found it doesn't work well, so i change my mind to define a start point then draw web line.
spiderweb is ready now, i need to draw a spider then.
2024-10-06 16:09:48 -04:00
Chris Proctor b517a3a9e4 Move proposal into this project and leave feedback 2024-09-17 10:03:01 -04:00
grace-xing6 e25b34d11a draw project proposal
All the details are there. Might start from drawing spider and its web.
2024-09-15 10:32:49 -04:00
gxing 99c11e0478 Initial commit 2024-08-29 18:09:34 +00:00