Please enable JavaScript to use CodeHS

Oklahoma Advanced Programming

Lesson 11.6 Minimax

Description


Objective


Activities

These are all the activities included in the lesson

11.6.1 Creating a Search Tree Algorithm
11.6.2 Tic Tac Toe with Minimax
11.6.3 Implement Minimax Base Case
11.6.4 Implementing Minimax Recursive Case
11.6.5 Tracing Our Program
11.6.6 Tracing Our Program Reflection
11.6.7 Getting the Row Col Values
11.6.8 Complete Game with Minimax
11.6.9 Tic Tac Toe with Minimax Reflection