index.rst 833 B

12345678910111213141516171819202122232425
  1. Step by step
  2. ============
  3. This series builds upon the :ref:`Introduction to Godot
  4. <toc-learn-introduction>` and will get you started with the editor and the
  5. engine. You will learn more about nodes and scenes, code your first classes with
  6. GDScript, use signals to make nodes communicate with one another, and more.
  7. The following lessons are here to prepare you for :ref:`doc_your_first_2d_game`, a
  8. step-by-step tutorial where you will code a game from scratch. By the end of it,
  9. you will have the necessary foundations to explore more features in other
  10. sections. We also included links to pages that cover a given topic in-depth
  11. where appropriate.
  12. .. toctree::
  13. :maxdepth: 1
  14. :name: toc-learn-step_by_step
  15. nodes_and_scenes
  16. instancing
  17. scripting_languages
  18. scripting_first_script
  19. scripting_player_input
  20. signals