# Lecture Note
📗 Slides 
Lecture 21: Finish up Lecture 19 + 20 + more game examples, 
With Quiz 
Lecture 22: Review, 
With Quiz 
Annotated Lecture 21 Section 1: 
Slides 
Annotated Lecture 22 Section 1: 
Slides 
Annotated Week 12 Section 2: 
Part I, 
Part II 
📗 Website 
Median Voter Theorem: 
Link 
Volunteer's Dilemma: 
Link 
First and Second Price Auction: 
Link 
Split or Steal: 
Video, 
Playlist 
# Programming Problem
📗 Short Instruction: 
Any game (single or multi player) project of your choice. Two possibilities: 
(1) Homework 9 to Homework 11 algorithms applied to a new game. 
(2) Algorithms covered in Lecture 15 to Lecture 21 but not implemented in the Homework applied to a Homework game or a new game. 
Grading: 8 points (4 points goes to P7 and 4 points goes to P12), 4 for submission, 2 for something new, 2 for something interesting. You can only submit to one of P7 or P12, not both. See 
P7. 
Deadline: August 18. 
📗 Files to submit: 
(1) 
report.pdf contains your question and your results. 
(2) 
comments.txt contains information on how to run your program, in particular, the names of the data files are required. 
(3) Submit code but NOT data.