flutter/games
Fork: 579 Star: 610 (更新于 2024-11-24 23:46:37)
license: NOASSERTION
Language: Dart .
Home of the Flutter Casual Games Toolkit and other Flutter gaming templates
games
Home to the official code for the Flutter Casual Games Toolkit and other Flutter gaming templates.
Visit flutter.dev/games for more information.
If you're new to Flutter, you first need to install the Flutter SDK.
Organization
The projects in this repository are divided into two broad categories:
-
Templates. A small number of starting points for your game project. Templates are intended to give you a simple project structure on top of which you can build your game. They differ to accommodate different game types, from the simplest casual games through drag&drop board games to 2D platformers.
-
Samples. Intended to show functionality beyond the basics, such as multiplayer or ads integration.
.
├── templates
│ ├── basic
│ ├── card
│ └── endless_runner
└── samples
├── ads
├── multiplayer
└── ...
How to use
The easiest way to get any of the samples and templates from this repository
is to install the
sample_downloader
tool
and use it.
On the command line, while having the Flutter SDK installed, run the following command:
dart pub global activate sample_downloader
Then, from any directory, run the newly installed tool and follow its instructions.
sample_downloader
The manual way
If, for any reason, you prefer not to use the sample_downloader
tool,
follow these steps.
-
Clone this repository.
To minimize download size, you can use a partial clone:
git clone --filter=blob:none https://github.com/flutter/games.git
(Alternatively, you can download the ZIP file and uncompress it on your workstation.)
-
cd
into the project you are interested in. For example:cd templates/card
(Alternatively, you can copy the contents of a project to somewhere else, and change to that directory.)
-
(Optional) Rename the project with the
rename
tool. -
Open the project in your favorite editor and enjoy.
Interested in contributing?
See the contributor's guide!
Questions or issues?
If you have a general question about one of these samples or how to adapt its techniques for one of your own apps, try one of these resources:
If you run into a bug in one of the samples, please file an issue in the
flutter/flutter
issue tracker.
最近版本更新:(数据更新于 2024-10-07 22:04:10)
flutter/games同语言 Dart最近更新仓库
2024-12-19 13:46:32 3003h/Eros-FE
2024-12-17 11:45:14 KaringX/karing
2024-12-14 22:23:30 guozhigq/pilipala
2024-12-09 02:47:22 KRTirtho/spotube
2024-12-09 00:51:26 chen08209/FlClash
2024-12-02 20:28:43 xiaoyaocz/dart_simple_live