Arkanoid (part 9)

  • 7
  • Locked
Now let's tackle the Canvas class. It will contain a matrix (two-dimensional array) that we will "draw" on. The matrix has a width and height. And we'll use it to store characters (chars) rather than numbers (ints). Here's what we need: a) Add two private width and height fields to the class.
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