Please enable JavaScript to use CodeHS

Introduction to Python Programming

Lesson 11.1 Project: The Game of Pig

Description

Students will have an opportunity to apply many of the concepts they’ve learned so far to create a game where the user can compete against the computer to earn the high score.


Objective

Students will be able to:

  • Combine their knowledge of loops, functions, and conditionals to create an interactive game

Activities

These are all the activities included in the lesson

11.1.1 The Game of Pig
11.1.2 Build the Basic Program
11.1.3 Adding a Computer Opponent