Difference between revisions of "Computer Science I"

From WLCS
Line 1: Line 1:
== Wednesday (3/18/09) ==
+
== Tuesday (3/24/09) ==
 +
'''Agenda - Regular:'''
 +
* Demo [[Pig Latin Translator]]
 +
* Read and work through HTTLACS: Ch8
 +
* Work on creating Pong
 +
 
 +
'''Agenda - IB:'''
 +
* Demo [[Item collection game]]
 +
* Demo [[Robot game]]
 +
* Complete HTTLACS: Ch9 #1-7
 +
* Complete [[List Exercises]]
 +
* Recreate the [[Robot game]] using lists
 +
** You will create a list for all the X coordinates, a list for all the Y coordinates, and a list for all the Images
 +
** Use loops to cycle through all the lists
 +
** Within each of the loops, you can use if statements to check for collisions and the like
 +
 
 +
== Wednesday - Friday (3/18/09 - 3/20/09) ==
 
'''Agenda - Regular:'''
 
'''Agenda - Regular:'''
 
* Demo [[Pig Latin Translator]]
 
* Demo [[Pig Latin Translator]]

Revision as of 08:18, 24 March 2009

Tuesday (3/24/09)

Agenda - Regular:

Agenda - IB:

  • Demo Item collection game
  • Demo Robot game
  • Complete HTTLACS: Ch9 #1-7
  • Complete List Exercises
  • Recreate the Robot game using lists
    • You will create a list for all the X coordinates, a list for all the Y coordinates, and a list for all the Images
    • Use loops to cycle through all the lists
    • Within each of the loops, you can use if statements to check for collisions and the like

Wednesday - Friday (3/18/09 - 3/20/09)

Agenda - Regular:

Agenda - IB:

Monday (3/16/09)

Thursday (3/12/09)

Agenda - Regular:

Agenda - IB:

  • Demo Pong
  • Demo Item collection game
  • Demo Robot game
  • Introduction to Lists
    • HTTLACS: Ch9 #1-7
    • If you finish #1-7, then work on the rest of the exercises to get ahead.

Tuesday (3/10/09)

Agenda - Regular:

Agenda - IB:

  • Demo Pong
  • Demo Item collection game
  • Robot game
  • Introduction to Lists
    • HTTLACS: Ch9 #1-7
    • If you finish #1-7, then work on the rest of the exercises to get ahead.

Wednesday - Friday (3/4/09 - 3/6/09)

Warmup:

  • Return Loop & string quiz

Agenda - Regular:

Agenda - IB:

Archives