Don't like this style? Click here to change it! blue.css

Class 19: Project Work Day

Daily Challenge:

      
        x=-4:0.001:4;
        plot(x, normpdf(x))
      
    

Goals

So I want you to gather with your group and spend 3 pomodoros trying to accomplish the following goals. You might have to divide up the work, but this should get you going:

Visual Goal 1: Have a good sized window show up with a graphical background.

Audio Goal 2: Take some open-source audio background and have it play.

Animation Goal 3: Have some visual aspect animate. Examples: image moving on screen, a shape growing and shrinking or:

Interactive Goal 4: Have some aspect of your game react to the user in some way. Good examples: click a mouse and put a circle there, use arrow keys to move a sprite, or accept text from the user.

By the end of class have something you can show me and email me some working code.

Sample of classes for updating