Difference between revisions of "IB Computer Science 1"

From WLCS
(Replaced content with "== Tuesday (1/8/19) == '''Agenda:''' * Object-Oriented Programming Review ** object usage * Re-implement the Flappy Bird Game (with or without score) using the Sprite clas...")
(Tag: Replaced)
Line 7: Line 7:
 
** We will probably want to tweak the Sprite class a little to add a flap() function and fix move()
 
** We will probably want to tweak the Sprite class a little to add a flap() function and fix move()
 
** We can also add a passed variable to remember whether or not we passed a pipe
 
** We can also add a passed variable to remember whether or not we passed a pipe
 +
* Cornell Engineering Diversity Programs - one-week residential programs:
 +
** [Catalyst Academy https://sites.coecis.cornell.edu/catalystacademy/] - juniors and seniors from underrepresented backgrounds
 +
** [Curie Academy https://sites.coecis.cornell.edu/curieacademy/] - high school girls who excel in math and science
  
 
== Monday - Friday (12/31/18 - 1/4/19) ==
 
== Monday - Friday (12/31/18 - 1/4/19) ==

Revision as of 10:39, 8 January 2019

Tuesday (1/8/19)

Agenda:

  • Object-Oriented Programming Review
    • object usage
  • Re-implement the Flappy Bird Game (with or without score) using the Sprite class and objects
    • Mr. Bui has supplied the sprite images here
    • We will probably want to tweak the Sprite class a little to add a flap() function and fix move()
    • We can also add a passed variable to remember whether or not we passed a pipe
  • Cornell Engineering Diversity Programs - one-week residential programs:

Monday - Friday (12/31/18 - 1/4/19)

  • Winter Break

Archives