From last time…
•

Using the PGraphics object as image layers or
off-screen image buffers!

•

Collision detection based on distance vs.
color–using an off-screen image buffer!

•

Iteration 1 graded and returned via email
Algorithms I

CAP
Pseudo-coding
1. Tackle one object at a time!
2. Decide what it needs to know (its data), what it
needs to do (its methods), and how it needs to
be built initially (its constructor)!
3. Write pseudo-code first, then translate it into
real code in small chunks
Demo!
Refactoring Pong
Demo!
Add Game Methods
1. Reset!
2. Pause!
3. Count Down
For next time…
•

Read Shiffman, p. 178–198
(Algorithms II, Debugging, & Libraries)!

•

Decide what to do about Friday…

More Related Content

PDF
19. Algorithms II
PDF
33. Input II
PDF
20. Mathematics I
PDF
13. Objects II
PDF
32. Input I
PDF
15. Final Project - Iteration 1
PDF
14. Arrays I
PDF
A. Design Thinking Lecture
19. Algorithms II
33. Input II
20. Mathematics I
13. Objects II
32. Input I
15. Final Project - Iteration 1
14. Arrays I
A. Design Thinking Lecture

Viewers also liked (10)

PDF
21. Mathematics II
PDF
29. Text I
PDF
Finalistas v
PPTX
HUMAN RIGHTS
ODP
La brújula
PDF
26. Images II
DOCX
Adachris
PDF
2. Processing
PDF
Wedding books
PDF
Kng 2014 fall catalog
21. Mathematics II
29. Text I
Finalistas v
HUMAN RIGHTS
La brújula
26. Images II
Adachris
2. Processing
Wedding books
Kng 2014 fall catalog
Ad

More from Joseph Murphy (18)

PDF
30. Text II
PDF
28. Video II
PDF
27. Video I
PDF
25. Images I
PDF
24. Translation & Rotation II
PDF
23. Final Project Iteration II
PDF
34. Final Project Iteration 3
PDF
22. Translation & Rotation I
PDF
12. Objects I
PDF
11. Functions II
PDF
10. Function I
PDF
9. Loops II
PDF
8. Loops I
PDF
7. Conditionals II
PDF
6. Conditionals I
PDF
5. Variables
PDF
4. Interaction
PDF
3. Final Project - Intro
30. Text II
28. Video II
27. Video I
25. Images I
24. Translation & Rotation II
23. Final Project Iteration II
34. Final Project Iteration 3
22. Translation & Rotation I
12. Objects I
11. Functions II
10. Function I
9. Loops II
8. Loops I
7. Conditionals II
6. Conditionals I
5. Variables
4. Interaction
3. Final Project - Intro
Ad

Recently uploaded (20)

PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Mucosal Drug Delivery system_NDDS_BPHARMACY__SEM VII_PCI.pdf
PPTX
Computer Architecture Input Output Memory.pptx
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
HVAC Specification 2024 according to central public works department
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
English Textual Question & Ans (12th Class).pdf
PDF
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
Complications of Minimal Access-Surgery.pdf
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
Education and Perspectives of Education.pptx
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Journal of Dental Science - UDMY (2021).pdf
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf
B.Sc. DS Unit 2 Software Engineering.pptx
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Mucosal Drug Delivery system_NDDS_BPHARMACY__SEM VII_PCI.pdf
Computer Architecture Input Output Memory.pptx
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
HVAC Specification 2024 according to central public works department
Environmental Education MCQ BD2EE - Share Source.pdf
Share_Module_2_Power_conflict_and_negotiation.pptx
English Textual Question & Ans (12th Class).pdf
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
A powerpoint presentation on the Revised K-10 Science Shaping Paper
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Unit 4 Computer Architecture Multicore Processor.pptx
Complications of Minimal Access-Surgery.pdf
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Education and Perspectives of Education.pptx
My India Quiz Book_20210205121199924.pdf
Journal of Dental Science - UDMY (2021).pdf
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 2).pdf

18. Algorithms