private static final int WINDOW_SIZE = 800;
: Remember that lists are 0-indexed. An 8x8 grid uses indices 0 through 7 . Summary Checklist Did you create a 2D list of 8x8? Did you use two for loops (nested)? 9.1.7 Checkerboard V2 Codehs
Let's look at the pattern of a checkerboard: private static final int WINDOW_SIZE = 800; :
public void run() // Step 2 goes here
However, the exact specifications can vary by school or course version. The most common interpretation in CodeHS’s or Java (Basic) tracks is: 9.1.7 Checkerboard V2 Codehs
The 9.1.7 Checkerboard V2 is not just about drawing pretty patterns. It teaches: