Difference between revisions of "IB Computer Science 1"

From WLCS
Line 3: Line 3:
 
* Acey Deucey Multiplayer walk-through
 
* Acey Deucey Multiplayer walk-through
 
* Introduction to Debugging
 
* Introduction to Debugging
** Creating breakpoints
+
*# Creating breakpoints
** Debug mode
+
*# Debug mode
** Stepping through code
+
*# Stepping through code
 +
*# Stack data window
  
 
== Monday - Tuesday (1/13/14 - 1/14/14) ==
 
== Monday - Tuesday (1/13/14 - 1/14/14) ==

Revision as of 12:26, 23 January 2014

Thursday - Friday (1/23/14 - 1/24/14)

Agenda:

  • Acey Deucey Multiplayer walk-through
  • Introduction to Debugging
    1. Creating breakpoints
    2. Debug mode
    3. Stepping through code
    4. Stack data window

Monday - Tuesday (1/13/14 - 1/14/14)

Agenda:

  • Demo Acey Deucey
  • If you have completed your Acey Deucey, then copy your file and implement multiplayer Acey Deucey. The game should prompt for the number of players at the beginning.

Deadlines:

  • Period 7 - Thursday (1/16/14)
  • Period 6 - Friday (1/17/14)

Thursday - Friday (1/2/14 - 1/10/14)

Agenda:

  • Be sure to share the Acey Deucey Flowchart with Mr. Bui over Google Drive
  • Code Acey Deucey (by the end of the quarter)
    • Copy and paste your flow chart steps into a new python file
    • Change all your steps into comments
    • Begin coding the game
    • Be sure to reference the War Card Game for hints on how to create and deal cards
    • Each student will be allowed a total of 3 free debugging questions
    • Unused questions will get extra credit
    • Outside of class (lunch, GP, after school), you may ask any questions without penalty
    • Asking questions beyond the 3 extra credit options will not further penalize you

Deadlines:

  • Period 7 - Thursday (1/16/14)
  • Period 6 - Friday (1/17/14)

Testing:

Archives