Space Invaders (Part 9/34)

  • 3
  • Locked
Everything will move in the game, which means that we need to specify the direction in which objects are moving. It is convenient to store directions in an enum. We'll describe the motion of an enemy ship in the move() method. The method will change the appropriate coordinate depending on direction
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