Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.36 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.36 KB

Getting Started!

About Flame

Flame is a minimalist Flutter game engine built on top of Flutter.

Goals

The goal of this project is to provided a complete set of out-of-the-way solutions for the common problems every game developed in Flutter will share. Currently it provides you with: a few utilities, images/sprites/sprite sheets, audio, a game loop and a component/object system.

You can use whatever ones you want, as they are all somewhat independent.

Learning resources

The community has created some articles and examples of a good usage of Flame.

Check out this great series of articles/tutorials written by Alekhin:

Installation

Put the pub package as your dependency by dropping the following in your pubspec.yaml:

dependencies:
  flame: ^0.17.2

And start using it!

Topics