Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
== Wednesday (12/8/10) ==
+
== Tuesday (12/14/10) ==
 +
'''Agenda:'''
 +
* Complete and demo Pong
 +
* [[Robot game]]
 +
 
 +
== Wednesday - Friday (12/8/10 - 12/10/10) ==
 
'''Warmup:'''
 
'''Warmup:'''
 
* Listed below are the major components of pretty much every type of game
 
* Listed below are the major components of pretty much every type of game

Revision as of 12:06, 14 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