/very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team 🦄

Primary LanguageDartMIT LicenseMIT

Very Good Flame Game

Very Good Ventures Very Good Ventures

Developed with 💙 by Very Good Ventures 🦄

coverage License: MIT style: very good analysis Powered by Mason

A Very Good Flame Game created by Very Good Ventures 🦄.

This template includes a simple demo game with the basics you'll need for game development and VGV-opinionated best practices.

📚 Read our blog to learn more about this Flame game template

Getting Started 🚀

  1. Install very_good_cli
dart pub global activate very_good_cli
  1. Generate your game
# Create a new Flame game named my_game
very_good create flame_game my_game --desc "My new Flame game"

With mason

  1. Install mason

    dart pub global activate mason_cli

  2. Add the brick

    mason add -g very_good_flame_game

  3. Make a new Flame game

    mason make very_good_flame_game