Please enable JavaScript to use CodeHS

Introduction to Artificial Intelligence (2021)

Lesson 2.2 Building Tic Tac Toe

Description

In this lesson, students will build a working Tic Tac Toe game. Students may also learn new concepts in Python depending on their previous skill level.


Objective

Students will be able to:

  • Create a working Tic Tac Toe game
  • Use 2D arrays, Lists, Iteration, and Boolean Expressions in a program