Computer Science I

From WLCS
Revision as of 08:22, 1 May 2009 by Admin (talk | contribs)

Friday (5/1/09)

Agenda - Regular:

  • Demo Pong (late) today
  • Complete the Item collection game
    • Use the warmup from last Tuesday (4/21/09) and Pong as a starting guide
    • Today, you should be able to demo the placement of random "items" on the screen
    • Friday, you should be able to demo the movement of the player's character on the screen

Agenda - IB:

  • Demo 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
  • Demo Robot game with lists
  • Complete the Dodge game
  • Java, Java, Java
  • eIMACS
    • Receive your eIMACS logins and attempt to login
    • Quickly read through Variables & Expressions: Integers, Doubles, Casting
    • Complete Test 1
  • Turingscraft
    • Sign up for a Turingscraft account
    • Section access code: TC-0483-0
    • Complete Quickstart
    • Complete Types->Primitive Types
      • Skip Types->Primitive Types->Integer->Constants
      • Skip Types->Primitive Types->Boolean
      • Skip Types->Primitive Types->Character Type
    • Complete Assignment->Simple

Archives