Final Project

For this project, I made a presidential quiz with the codes, if, let_=ask/askForChoice, and show. I learned to make the questions more unique like some of them were short answer questions, some of them were multiple choices. The questions I put are:

Who will win the 2020 election?

Witch party will take the senate?

will trump concede and give up the office?

And what do you think will happen if the democrats take the senate.

Swift Playground 2

In this project, one helpful thing I noticed was that all of the gems and portals were in the same pattern. What I did was make a function and a for loop to match this pattern:

func gem() {

    for i in 1 … 2 {

        moveForward()

        collectGem()

    }

    turnLeft()

    turnLeft()

    moveForward()

    turnRight()

    moveForward()

    collectGem()

    turnLeft()

    turnLeft()

    moveForward()

    moveForward()

    collectGem()

}

for i in 1 … 4 {

    gem()

    moveForward()

}

Music Tynker Code

For this project, I added the actors: musician 7, musician 10, and musician 19. I placed them so that they overlap 1/3 of the other actor. for musician 19 I made him play “summer music” at 60% volume. for musician 10 I made him do “sad farewell music” at 10% volume and for musician 7, I made him play the “electric snare” at 70% volume to keep the beat. in the end, I got a sweet overlap of everything.

about me

Hi I am Jerry and in the coding project I called “about me”, I used the “peep talking” character and a charictar I made my self witch is a bow of ramen because ramen is one of my favorite foods. I made it so that the it looked like the peep was eating it by making the peep do the talk animation three times and every time it “talked, a third of the ramen is eaten. and for every bite, I put the “chomp” sound for it. next I had a knight that switches to a ww1 plane and then a modern day person to resemble history witch is my second favorite subject. I also have a canvas “actor” that gets splattered with paint when clicked because art is my favorite thing(I don’t like abstract art though).

computer science is changing everything

           I find myself still thinking about how you can make art with codes such as python, javascript, and C++. how can you “take this median of computers and create incredible works of art?” HOW? I really want to work for iLuminate because coding is one thing that has trial and error so you can never get it right. You can always tweak it here and there and art is also a trial and error thing. you can choose many different shades of color and make art in a very creative way. you can basically incorporate anything into art.