Difference between revisions of "IB Computer Science I"

From WLCS
Line 10: Line 10:
 
*# Place other items on the screen
 
*# Place other items on the screen
 
*# ...continue completing the rest of [[Item collection game]]
 
*# ...continue completing the rest of [[Item collection game]]
 +
* [[Robot game]]
  
 
== Monday (2/2/09) ==
 
== Monday (2/2/09) ==

Revision as of 14:21, 4 February 2009

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