# GDevelop GDevelop is a fantastic no-code game creation platform that can be developed either in-browser or via app. 1. Learn about how to build object [here](https://www.youtube.com/watch?v=KpLAYMSgoDI) 2. Learn about events creation [here](https://www.youtube.com/watch?v=rBZ3kuvr9G0). 3. Optimizations video can be found [here](https://www.youtube.com/watch?v=vXQsWCdtcQE) to improve performance. 4. [Extensions](https://www.youtube.com/watch?v=dqGoJKn3XOQ) should also be used. 1. [Behaviors and Functions ](https://www.youtube.com/watch?v=-U8WFcpUmMg) are also called extensions --- ## For text generation - this is a [good walkthrough](https://www.youtube.com/watch?v=RgNbOe86qk8) that shows how one developer did it - For interactive and splitting story generation you'll want to connect the [YARN extention ](https://github.com/blurymind/YarnClassic) ![[Pasted image 20221121101944.png]] - there might need to be a separate file for this entirely soon - but here's the [docs](https://docs.yarnspinner.dev/getting-started/editing-with-vs-code) for the VS code extention - as well as the [github](https://github.com/YarnSpinnerTool/YarnEditor) for the tool for GDevelop - and a helpful[ how-to video ](https://www.youtube.com/watch?v=1gslOODvh-c)with YARN - this is a [great example](https://editor.gdevelop.io/?project=example://dialogue-tree-with-yarn) of how to set up a Dialogue Tree - an [example](https://editor.gdevelop.io/?project=example://type-on-text-effect) of type on text.