Skip to content

Instantly share code, notes, and snippets.

@codetricity
Created March 17, 2021 22:32
Show Gist options
  • Save codetricity/dde28f10e411c497dd066f03fb0c72f4 to your computer and use it in GitHub Desktop.
Save codetricity/dde28f10e411c497dd066f03fb0c72f4 to your computer and use it in GitHub Desktop.
Flame Tutorial Questions

Lesson #1 Introduction

How is Flame different from Unity?

Flame is a 2D game engine. Unity can make both 2D and 3D games. Although not covered in the video, most Unity games are written in C#.

Can Flutter widgets be used in Flame?

Yes, the Flutter widgets such as icon buttons can be used in Flame.

What computer language do you use to write Flame games?

Dart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment