AI Features

Step 2: The Board class

The interesting modeling of the game will be in `Board.java` and other class files. So start reading code at `Board.java`.

We'll cover the following...

To focus on learning Java, you may reasonably ignore the Tetrominos class. It will be the file that you run to start the program, but the Board class can be thought of as the core of your Tetrominos program, and it’s where you’ll write the most code. Go to Eclipse and start reading the code now.

The keyword extends and some ...