render abstract method

void render(
  1. Canvas canvas
)

Implement this method to render the current game state in the canvas.

Implementation

void render(Canvas canvas);