The last project of this book is a couch quiz game for two players. Players are presented with a series of multiple-choice questions and must decide the correct answer. The game uses a mix of PyGame and electronics; the questions are displayed on the monitor and all the input comes from two pairs of three tact switches. Some of the game screens are shown in Figure 23-1.
Create ...