3.7. Assignment (lab03)#
This ungraded assignment will guide you through the creation of a Tetris AI in 16 steps. In order to understand and solve the exercises, and more generally to gain the maximum benefit from this assignment, it is highly recommended that you revise the Chapter 1.
3.7.1. Contents#
Part 1: Basic AI
Activity |
Topic |
---|---|
State |
|
Landings |
|
Column height |
|
Total height |
|
Complete lines |
|
Holes |
|
Bumpiness |
|
Quality of a placement |
|
Tetris AI |
Part 2: Advanced AI
3.7.2. Required packages#
For this assignment, you need to import (and install if needed) the following packages.