Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 33.1 Let's Build Mastermind

Activities

These are all the activities included in the lesson

33.1.1 How to Play Mastermind
33.1.2 Mastermind: Demo
33.1.3 Generate Number List
33.1.4 Get User Guess
33.1.5 Compare User Guess to List
33.1.6 Check if User has Won
33.1.7 Finish the Game!