8
3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ Shapes First project, drawing a picture Other projects: rainfall meter with Shapes Squares as bar graph, the card game War with colors as point values bull's eye target All course information at: www.pcs.cnu.edu/~lambert/Classes/ Spring06/150/150.html BlueJ Projects

3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Embed Size (px)

Citation preview

Page 1: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

• 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse)

• I have taught 6 sections; 4 taught by others• CS0 now has 3 weeks if/while/objects/BlueJ

Shapes• First project, drawing a picture• Other projects:

– rainfall meter with Shapes Squares as bar graph, – the card game War with colors as point values– bull's eye target

• All course information at:www.pcs.cnu.edu/~lambert/Classes/Spring06/150/150.html

BlueJ Projects

Page 2: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Assignment

Connect 4 Toni RiedlChristopher Newport University

Page 3: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Connect 4 Class Diagram

Page 4: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Text-based Interface

Page 5: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Connect 4 Assignment

• Done in 3 parts: board, logic, interface

• Programming Partners

• Interface given. Students write the others

• 4 weeks total (unrelated shorter programming assignments in between)

Page 6: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Mastermind Fall 2005

Lynn Lambert

Page 7: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Start Screen After 5 turns

Page 8: 3 semesters teaching CS1 with Java using BlueJ with BlueJ book (CS2 is Eclipse) I have taught 6 sections; 4 taught by others CS0 now has 3 weeks if/while/objects/BlueJ

Use BlueJ for Interface