Difference between revisions of "IB Computer Science I"

From WLCS
Line 5: Line 5:
 
'''Agenda:'''
 
'''Agenda:'''
 
* Demo your completed Pong game
 
* Demo your completed Pong game
* Begin designing your Robot game
+
* Introduction to the Robot game
 +
*# Place a sprite on the screen
 +
*# Move the sprite around on the screen with the keyboard
 +
*# Place a robot sprite on the screen
 +
*# Make the robot sprite automatically follow the player sprite
  
 
== Monday (2/2/09) ==
 
== Monday (2/2/09) ==

Revision as of 10:39, 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 Robot game
    1. Place a sprite on the screen
    2. Move the sprite around on the screen with the keyboard
    3. Place a robot sprite on the screen
    4. Make the robot sprite automatically follow the player sprite

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