learn-gdscript
learn-gdscript copied to clipboard
Learn Godot's GDScript programming language from zero, right in your browser, for free.
**Describe the bug** i got the error "oh no! The script has an error, but the script verifier did not catch it" on leson 16 and it sad i need...
Everytime I run the code for the practice 1 of lesson 22 on Firefox, the app completely freezes and crashes, and I got to restart my browser. **To Reproduce** Complete...
**Describe the bug** In lesson 7, I did the requested exercise but it didn't work, instead of identifying that my square is in the position (100,100), it says that it...
During this practice, whether you're using **pop.front** or **pop.back** produces the same result in order of clearance for the array. Steps to reproduce the bug: Use the solution provided code...
In the second example of this section's lesson, `board_size.x - 1` is used as a parameter in the `range()` function when it should be `board_size.x` as `void range(length: int)` creates...
**Issue description:** On Firefox with the output window, there's overlay of buttons and you can't see the full output, yet on Chrome you can clearly see the full output. It...
**Describe the bug** in the section where you need to declare variable for angular_speed. If delta is removed from the rotate function rotate(angular_speed * delta), the tests still pass, yet...
**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...
**Describe the bug** When executing the solution for Lesson 7 - Practice 2, the turtle seems to jump to the wrong coordinates and then executes unexpected drawing that in the...