Difference between revisions of "IB Computer Science I"

From WLCS
Line 1: Line 1:
 
== Monday (2/23/09) ==
 
== 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]]
 
* Demo completed [[Robot game]]
 
* Complete HTTLACS: Ch9 #1-7
 
* Complete HTTLACS: Ch9 #1-7

Revision as of 14:28, 23 February 2009

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