Skip to content

Instantly share code, notes, and snippets.

@juskek
Last active August 19, 2021 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juskek/249bb08ab8f2d446bfcb8202a34a2835 to your computer and use it in GitHub Desktop.
Save juskek/249bb08ab8f2d446bfcb8202a34a2835 to your computer and use it in GitHub Desktop.
class CustomGame extends Game {
@override
void render(Canvas canvas) {
// TODO: implement render
}
@override
void update(double t) {
// TODO: implement update
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment