learn-gdscript
learn-gdscript copied to clipboard
Learn Godot's GDScript programming language from zero, right in your browser, for free.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the bug: 1. Go to '...' 2. Click on '...' 3. Scroll...
The growth type in one of the examples is not exponential: it is a multiple (multiplier). Or it is simply confusing and unclear to follow, since the explanation is mixing...
**Is your feature request related to a problem? Please describe.** I use text to speech readers to keep engaged with text when learning in order to offset my ADHD and...
There's an opening square bracket missing in the second line: "...For example, calling range(3) produces the list of numbers 0, 1, 2]."
**Issue description:** A clear and concise description of what the issue is. In Goals, the instructions say "We already created draw_square() for you." So I didn't include this in my...
In this code segment:  (sorry for the image post, I can't copy text in the lesson) It might be better to change the elements of the array to something...
Had an "é" added to the name of my variable, the app couldn't recognize the error and asked me to report it. [gdquest-1700253917454.log](https://github.com/GDQuest/learn-gdscript/files/13397322/gdquest-1700253917454.log)
**Describe the bug** On Firefox, dropdown menus containing hints will recursively open and close very quickly. This issue might be happening in the code editor as well, where it makes...
When the turtle jumps, it starts jumping positioned at a wrong starting position and then the turtle goes back to where it was before and just moves to the landing...