render abstract method

void render(
  1. Canvas canvas
)

This should render the game.

Implementation

void render(Canvas canvas);