Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
joann-hsu-generative [2021/06/20 18:44] – joann.hsu | joann-hsu-generative [2021/06/29 01:36] (current) – renick | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Joann' | + | ======Joann |
+ | by [[joann-hsu|Joann]] | ||
< | < | ||
- | <iframe src=" | + | <iframe src=" |
</ | </ | ||
+ | ===== about my crazyDog.js ===== | ||
This is my crazyDog.js. In this semester, we have to work on this every day, we start learning from the simplest part. I think the hardest part was the symbols. If there is an error and our crazyDog can't appear, so that is very hard to adjust. I'm really proud because I've never been doing those cool things like this before, so I have a chance to program this, I feel It's amazing. The code for my artwork is below. | This is my crazyDog.js. In this semester, we have to work on this every day, we start learning from the simplest part. I think the hardest part was the symbols. If there is an error and our crazyDog can't appear, so that is very hard to adjust. I'm really proud because I've never been doing those cool things like this before, so I have a chance to program this, I feel It's amazing. The code for my artwork is below. | ||
- | <code:js> | + | |
+ | The animation | ||
+ | |||
+ | ===== the code for my crazyDog.js ===== | ||
+ | |||
+ | <Code:js> | ||
let x = 0; | let x = 0; | ||
let y = 0; | let y = 0; | ||
Line 166: | Line 173: | ||
} | } | ||
- | </code> | + | </Code> |