File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
getting_started/introduction Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,11 @@ how to think like a programmer first.
111111Godot relies on the object-oriented programming paradigm. Being comfortable with
112112concepts such as classes and objects will help you code efficiently in it.
113113
114- If you are entirely new to programming, we recommend following the `CS50 open
115- courseware `_ from Harvard University. It's a great free course that will teach
116- you everything you need to know to be off to a good start. It will save you
117- countless hours and hurdles learning any game engine afterward.
114+ If you are entirely new to programming, GDQuest's *Learn GDScript From Zero *
115+ is a free and open source interactive tutorial for absolute beginners to
116+ learn to program with Godot's GDScript language. It is available as a
117+ `desktop application <https://gdquest.itch.io/learn-godot-gdscript >`_
118+ or `in the browser <https://gdquest.github.io/learn-gdscript >`_.
118119
119120.. note :: In CS50, you will learn multiple programming languages. Don't be
120121 afraid of that: programming languages have many similarities. The
Original file line number Diff line number Diff line change @@ -66,12 +66,11 @@ Teaching programming foundations and how to think like a game developer is
6666beyond the scope of Godot's documentation. If you're new to programming, we
6767recommend two excellent free resources to get you started:
6868
69- 1. Harvard university offers a free courseware to learn to program, `CS50
70- <https://cs50.harvard.edu/x/> `_. It will teach you programming
71- fundamentals, how code works, and how to think like a programmer. These
72- skills are essential to become a game developer and learn any game engine
73- efficiently. You can see this course as an investment that will save you time
74- and trouble when you learn to create games.
69+ 1. GDQuest's *Learn GDScript From Zero * is a free and open source
70+ interactive tutorial for absolute beginners to learn to program
71+ with Godot's GDScript language. It is available as a
72+ `desktop application <https://gdquest.itch.io/learn-godot-gdscript >`_
73+ or `in the browser <https://gdquest.github.io/learn-gdscript >`_.
7574
76752. If you prefer books, check out the free ebook `Automate The Boring Stuff With
7776 Python <https://automatetheboringstuff.com/> `_ by Al Sweigart.
You can’t perform that action at this time.
0 commit comments