Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elrizwiraswara/flame_examples
This is a set of small examples showcasing specific features of the Flame Engine; it's a great source of learning how to use certain things.
https://github.com/elrizwiraswara/flame_examples
Last synced: 5 days ago
JSON representation
This is a set of small examples showcasing specific features of the Flame Engine; it's a great source of learning how to use certain things.
- Host: GitHub
- URL: https://github.com/elrizwiraswara/flame_examples
- Owner: elrizwiraswara
- Created: 2024-09-05T00:32:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T00:35:54.000Z (4 months ago)
- Last Synced: 2024-09-07T07:38:44.512Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a fork of [example folder inside the Flame package](https://github.com/flame-engine/flame/tree/main/packages/flame/example).
# Flame Examples
This is a set of small examples showcasing specific features of the Flame Engine; it's a great
source of learning how to use certain things.
[See it live here](https://examples.flame-engine.org/).This app is composed of a main menu in which you can select one of the examples and play with it.
Each example is a standalone game and is contained within its own file, so you can easily checkout
the code and see how it works.