Please enable JavaScript to use CodeHS

Introduction to Artificial Intelligence

Lesson 2.7 Implementing Connect Four

Description

In this lesson, students will implement minimax from scratch without guidance. Students will take an existing game and improve it by adding the minimax function and create a game of their own.


Objective

Students will be able to:

  • Implement minimax
  • Create a working game using minimax

Activities

These are all the activities included in the lesson

2.7.1 Building Connect Four
2.7.2 Connect Four
2.7.3 Challenge: Create Your Own Game