mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
Fix link in examples readme (#784)
* Fix link in examples readme * Update grammar * Refer to the examples and not the "example"
This commit is contained in:
@ -2,21 +2,21 @@
|
|||||||

|

|
||||||
[](https://discord.gg/pxrBmy4)
|
[](https://discord.gg/pxrBmy4)
|
||||||
|
|
||||||
# flame_example
|
# Flame examples
|
||||||
|
|
||||||
This is set of small examples showcasing specific features of the Flame Engine, so 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 do certain things.
|
source of learning how to use certain things.
|
||||||
[See it live here](https://flame-engine.github.io/flame_example).
|
[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.
|
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 totally standalone game and is within its own file, so you can easily checkout
|
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.
|
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).
|
[example folder inside the Flame package](https://github.com/flame-engine/flame/tree/main/packages/flame/example).
|
||||||
|
|
||||||
This example is kept up-to-date with the `main` branch of Flame. We are still working on v1 and
|
These examples are kept up-to-date with the `main` branch of Flame. We are still working on v1 and
|
||||||
this will be the official example when we launch, but for now it is a playground for us to test
|
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.
|
release candidates and make sure that it all works as intended.
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|||||||
Reference in New Issue
Block a user