Learning Outcome
At the end of this lesson, you will be able to:
- understand and use Recursion
Silent Watching
Review
Lesson
- go over "Procedures & Functions", Chapter 4
- Computer Based Problem Solving
- read "Recursion"
Activity
- a lot of AI in games is not actually that complex, it is just recursion
- X and Os, can be done with recursion, just play every single possible move
Daily Assignment
- create a single player X and O game, where recursion is used for the computer
- the computer will always win, or at lease tie the user
- you can make it as a GUI program or console
Extra
- work on weekly assignment