Saturday, May 25, 2013

Teaching APCS: LACS2013 Complete!



Teaching APCS: LACS2013 Complete!

Fare thee well, my Seniors, you will be missed!





We started our final project last week: "Life After Computer Science 2013." We're using the StdDraw.java class from Princeton CS 101 to do some graphics. I want to develop some new graphics based projects to use through out the year next year.

My Summer Project will include finishing some more of these lessons for next year! Stay tuned...

Our Own Graphing Calculator (TI-83):
FuntionMode.java
Parametric Mode.java
PolarMode.java















Some Animation (like VPython):
Ball.java (animation, loops and/or arrays)
Ballistics.java (physics - animated parametrics)
PlanetOrbits.java (nbody problems)
Hanoi.java (Towers)





Our Own Turtle Class (Turtle Python):
Turtle.java
RandomWalk.java (Brownian Motion)
N-agon.java (Geometry)
Tree.java (Recursion)
Koch.java (Recursion)
L-Systems.java (Strings)

XTRAS:
GameOFLife.java (Conway's 2D Automata)
Mandelbrot.java (Fractals)
Julia.java (Fractals)
IFS.java (Systems)

myPasteBin code for APCS2012
myProgramr code for APCS2012

Well, that's all folks!
Teaching with Technology, 

No comments:

Post a Comment