Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 
== Tuesday (12/14/10) ==
 
== Tuesday (12/14/10) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Complete and demo Pong
+
* Complete and demo [[Pong]]
 
* [[Robot game]]
 
* [[Robot game]]
  
Line 14: Line 14:
  
 
'''Agenda:'''
 
'''Agenda:'''
* Make Pong, found at the bottom of [http://openbookproject.net/thinkcs/python/english2e/ch08.html Case Study: Catch]
+
* Complete [[Pong]]
  
 
== Monday (12/6/10) ==
 
== Monday (12/6/10) ==
Line 24: Line 24:
 
'''Agenda:'''
 
'''Agenda:'''
 
* [http://www.openbookproject.net/thinkcs/python/english2e/app_b.html GASP Reference]
 
* [http://www.openbookproject.net/thinkcs/python/english2e/app_b.html GASP Reference]
* Begin making pong, found at the bottom of [http://openbookproject.net/thinkcs/python/english2e/ch08.html Case Study: Catch]
+
* Begin making [[Pong]]
  
 
== Thursday (12/2/10) ==
 
== Thursday (12/2/10) ==

Revision as of 10:47, 15 December 2010

Tuesday (12/14/10)

Agenda:

Wednesday - Friday (12/8/10 - 12/10/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