Files
flame/examples/README.md
2022-10-29 16:51:25 +00:00

30 lines
1.3 KiB
Markdown

[![Powered by Flame](https://img.shields.io/badge/Powered%20by-%F0%9F%94%A5-orange.svg)](https://flame-engine.org)
[![Discord](https://img.shields.io/discord/509714518008528896.svg)](https://discord.gg/pxrBmy4)
# 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.
For a very simple, but complete game in Flame, check the
[example folder inside the Flame package](https://github.com/flame-engine/flame/tree/main/packages/flame/example).
## Help
If you have questions about this:
- Check the source code, the examples are meant to be simple, short, and easy to read.
- Check our extensive documentation, links to which can be found
[on the main repo](https://github.com/flame-engine/flame) (faq, docs folder, code/api docs,
tutorials, flame-awesome).
- Join [Blue Fire's Discord](https://discord.gg/5unKpdQD78), we have a #flame channel where you can
find lots of people to help and get help from.
- Use the `flame` tag on StackOverflow.