Space (part 4)

  • 8
  • Locked
What is Space class missing? That's right! run() and draw() methods. If you recall, the run method manages all the game logic. And the draw method is responsible for drawing the next "frame". We'll also benefit from a sleep(int ms) method.
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