IBCS1 - February

From WLCS
Revision as of 11:57, 3 March 2009 by Admin (talk | contribs) (New page: == Friday (2/27/09) == * Complete HTTLACS: Ch9 #1-7 * Making your Robot game use lists == Wednesday (2/25/09) == '''Warmup:''' * Add the following numbers to a list: 1, 8, 6, 7, 1, 5,...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Friday (2/27/09)

  • Complete HTTLACS: Ch9 #1-7
  • Making your Robot game use lists

Wednesday (2/25/09)

Warmup:

  • Add the following numbers to a list: 1, 8, 6, 7, 1, 5, 3, 1, 0, 9
  • Using a loop, add up all the numbers in the list
  • Print the sum total
  • Print the average of all the numbers

Agenda:

  • Complete HTTLACS: Ch9 #1-7
  • If you finish #1-7 early, then continue on to the challenging exercises
  • Making your Robot game use lists

Monday (2/23/09)

Warmup:

  • Add the following numbers to a list: 1, 8, 6, 7, 1, 5, 3, 1, 0, 9
  • Remove the elements at index 0, 3, and 5
  • Print the list

Agenda:

  • Demo completed Robot game
  • Complete HTTLACS: Ch9 #1-7

Tuesday - Thursday (2/17/09 - 2/19/09)

Tuesday - Thursday (2/10/09 - 2/12/09)

Agenda:

Friday (2/6/09)

Warmup:

  • What is the distance formula?
  • How would you use the distance formula to check if two objects are hitting each other?

Agenda:

Wednesday (2/4/09)

Warmup:

  • List the steps to engineering design and implementation

Agenda:

  • Demo your completed Pong game
  • Introduction to the Item collection game
    1. Place a sprite on the screen
    2. Move the sprite around on the screen with the keyboard
    3. Place other items on the screen
    4. ...continue completing the rest of Item collection game
  • Robot game

Monday (2/2/09)

Agenda:

  • Complete Pong!
    • Your games should have two players (paddles)
    • The ball should be able to bounce off of paddles
    • Balls that pass paddles should increase the score properly
    • The game should keep track of the score and one player should ultimately win
  • Advanced GASP
    • Sounds
    • Images

Archives