From 9cc8ff59b35ffe4744a208fcde8d7ccf73cac741 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Sat, 29 Oct 2022 12:51:25 -0400 Subject: [PATCH] docs: Fix examples folder README (#2133) --- examples/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/examples/README.md b/examples/README.md index 2c9673a4f..724ce83b8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,11 +1,10 @@ [![Powered by Flame](https://img.shields.io/badge/Powered%20by-%F0%9F%94%A5-orange.svg)](https://flame-engine.org) -![Test](https://github.com/flame-engine/flame_example/workflows/Test/badge.svg?branch=main&event=push) [![Discord](https://img.shields.io/discord/509714518008528896.svg)](https://discord.gg/pxrBmy4) -# Flame examples +# Flame Examples -This is a set of small examples showcasing specific features of the Flame Engine, it's a great +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/). @@ -13,13 +12,9 @@ This app is composed of a main menu in which you can select one of the examples 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 +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). -These examples are kept up-to-date with the `main` branch of Flame. We are still working on v1 and -these will be the official examples when we launch, but for now it is a playground for us to test -release candidates and make sure that it all works as intended. - ## Help