Lecture 9
Announcements
- Quiz2 -> went better than you probably thought
- Midterm coming up
- Time Pressure
- CT, ROC, SA, FR
- Tetris
- Collaboration Policy
- All code you write must still be your own.
- You may help other students debug by looking at their code and discussing how to debug it and what the issue might be.
- Do not type on another student's computer.
- Do not send any code to other students, and do not copy any code from other students.
- Before you implement any parts of the game, erase any large chunks of code from a whiteboard/paper/shared files/etc.
- Write the Andrew IDs of anyone you collaborate with at the top of your file.
- Do not get code from textbooks or sources online that are not our course notes.
- If you have any questions about what collaboration is allowed, email me (Tara).
- Due Wednesday Night
- Rotation Hint in Recitation Today
- Weird playTetris thing
- Parents Weekend
- Lecture -> mini-lecture on the course for parents
- Recitation -> mini-lecture on cool CS stuff for you + parents
Lecture
- [10 min] Announcements
- [50 min] Snake
- [5 min] Attendance Check
- [15 min] Animation Demos Part One
- Modes Demo -> Turn Snake into a Snake Demo
- Add A SpashScreen that places food til the screen fills
- Undo/Redo Demo -> Allow undo and redo of placing food
- Timer Demo -> Add a timer to snake
- Images Demo -> Add a face to snake
- Side scroller demo tomorrow