Skip to content

JDrebber/HalftimePenguin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HalftimePenguin

Description

In this project you will add some simple animation to your MyPenguin project, like moving the penguin's wings, or bouncing the whole penguin around the screen. Or maybe you want to make a moving "background" behind the penguin.

Instructions

  1. Find your MyPenguin code on github.
  2. Copy that code into a new processing sketch, and save that sketch with the name HalftimePenguin.
  3. Think of something to animate in your penguin sketch. This should be a "smart" animation, meaning it involves at least one "if" statement, to control the variable.
  4. Write the code to implement your idea.
  5. Repeat the previous two steps, to create a second animation.
  6. When you're done: fork this repo, paste your code into the .pde file, and create a pull request.

B Block: Extra Instruction

Also implement at least one of these:

  • make the eyes on your penguin blink (think about variables, if blocks, and 60 frames per second)
  • in addition to the animations above, make your whole penguin move around the window and bounce when it hits an edge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 58.7%
  • HTML 24.6%
  • CSS 16.7%