---
title: Welcome to Bonfire
description: "Create RPG-style or similar games easily with Flutter, powered by Flame."
---


> Build RPG games and similar with the power of [Flame](https://flame-engine.org/)!

<div style="display:flex; flex-wrap:wrap; gap:8px; align-items:center;">
  <a href="https://flame-engine.org/"><img src="https://img.shields.io/badge/Powered%20by-%F0%9F%94%A5-orange.svg" alt="Powered by Flame"/></a>
  <a href="https://flutter.dev/"><img src="https://img.shields.io/badge/Made%20with-Flutter-blue.svg" alt="Flutter"/></a>
  <a href="https://pub.dev/packages/bonfire"><img src="https://img.shields.io/pub/v/bonfire.svg?style=flat&color=orange" alt="pub package"/></a>
  <a href="https://github.com/RafaelBarbosatec/bonfire"><img src="https://img.shields.io/github/stars/rafaelbarbosatec/bonfire?style=flat&logo=github&color=orange" alt="GitHub stars"/></a>
</div>

Bonfire is a **2D game engine for Flutter** that helps you create RPG-style games — and similar genres — in an easy, objective and fast way. It is built on top of [Flame](https://flame-engine.org/), so every Flame resource and class remains available to use alongside Bonfire.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started">
    Install Bonfire, create your first map and player in minutes.
  </Card>
  <Card title="What's New in 4.0" icon="sparkles" href="/bonfire-4">
    What's new in version 4.0 and how to migrate from 3.x.
  </Card>
  <Card title="Overview" icon="compass" href="/overview">
    Understand the BonfireWidget and how the engine is organized.
  </Card>
  <Card title="Examples" icon="gamepad" href="/examples">
    Playable games and demos built with Bonfire.
  </Card>
</CardGroup>

## What is Bonfire

Bonfire was created with the purpose of letting you create Flutter games in an easy, objective and fast way!

This tool was built over [Flame](https://flame-engine.org/) and all its resources and classes are available to be used along with Bonfire. It is recommended to familiarize yourself with Flame before you start doing something with Bonfire.

![Game perspective](/assets/perspectiva.png)

<Info>
  This documentation refers to **Bonfire 4.x**. Looking for an older version? Check the [What's New in 4.0](/bonfire-4) page for migration notes from 3.x.
</Info>

## Examples

Check out the web [Examples](/examples) to see Bonfire in use.

## Donate

Please consider donating if you think Bonfire is helpful to you or that my work is valuable. I am happy if you can help me [buy a cup of coffee](https://www.buymeacoffee.com/rafaelbarbosa). ❤️

## Community

- We have a Bonfire help channel on **BlueFlame's Discord**, join it [here](https://discord.gg/5drde4ev)
- Or join the **Telegram group** [here](https://t.me/bonfire_engine)
- Bonfire presentation at [FlameCon](https://www.youtube.com/live/2DdiNrAAuBg?t=2989s)
