Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

VeryGoodOpenSource/very_good_flame_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Very Good Flame Game

๐Ÿšถโ€โ™‚๏ธ Repository has moved

The Very Good Flame Game template is now developed within the Very Good Templates repository, and can be found at very_good_templates/very_good_flame_game.

Please file new issues on Very Good Templates.


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