PREVIEW: Today, you will be recreating the classic game Battleship with custom sprites.

The Codesters stage is an xy-coordinate plane with (0, 0) in the middle (the origin).

  • We use x and y coordinates to put sprites in specific places and to guide them around the stage.
  • Click Run to see an example of the program you'll make today.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE