Space Invaders (Part 3/34)

  • 3
  • Locked
Let's implement the drawField() method, which will paint the playing field a single color. To do this, we need to set a color and the empty string on each cell. The Game class's setCellValueEx(int, int, Color, String) method will help us. The first two parameters are the cell's x and y coordinates,
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet