I am teaching a university-level course in java; the couse starts with basic programming assignments.
Currently, the assignments are:
- my port of Karel the Robot assignments from Stanford (similar examples as in |1|)
- Kara examples |2|
- trick the turtle based assignments |3|
I am also developing further examples and materials. However I don't want to reinvent the wheel if there are other good assignmens, as well as course material, availiable.
What examples and course material should I consider prior to developing my own?
Best,
Steve
|1| http://web.stanford.edu/class/archive/cs/cs106a/cs106a.1124/assignments.html
|2| http://blogs.kent.ac.uk/mik/2012/01/joc-4/
|3| https://github.com/marcojakob/greenfoot-kara

