Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 +
== Wednesday (12/8/10) ==
 +
'''Warmup:'''
 +
* Listed below are the major components of pretty much every type of game
 +
*# game loop
 +
*# game information and objects
 +
*# game rules/behavior
 +
*# refresh screen
 +
* What is the programming construct/concept that we use for each of the above?
 +
 +
'''Agenda:'''
 +
* Make Pong, found at the bottom of [http://openbookproject.net/thinkcs/python/english2e/ch08.html Case Study: Catch]
 +
 
== Monday (12/6/10) ==
 
== Monday (12/6/10) ==
 
'''Warmup:'''
 
'''Warmup:'''

Revision as of 11:50, 8 December 2010

Wednesday (12/8/10)

Warmup:

  • Listed below are the major components of pretty much every type of game
    1. game loop
    2. game information and objects
    3. game rules/behavior
    4. refresh screen
  • What is the programming construct/concept that we use for each of the above?

Agenda:

Monday (12/6/10)

Warmup:

  1. Copy, paste, and execute the code from Section 8.8 in Case Study: Catch
  2. Make sure you understand how the code works
  3. Comment sections of the code to explain what those lines do

Agenda:

Thursday (12/2/10)

Agenda:

Archives