learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Learn Godot's GDScript programming language from zero, right in your browser, for free.

Results 286 learn-gdscript issues
Sort by recently updated
recently updated
newest added

Lesson 1: What Code is Like The tutorial should run the user through using the practice interface Lesson 2: Your first error The tutorial should explain how errors work and...

enhancement
user experience

**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...

wontfix

Added a GUT test that iterates over the practices and runs the given solution. There are some tests that fail and it might be due to how the `UIPractice._practece_completed` flag...

![error](https://user-images.githubusercontent.com/81484275/191329661-99013188-c1cf-4a99-b326-d82b5ecadf11.png)

content

In lesson 16, scaling 2d vectors, we're asked to increase the robot's scale by 0.2. The code " scale += vector2(0.2,0.2) " doesn't work but " scale += Vector2(0.2,0.2) "...

content

> I think the visual example of executing the code (with the robot character) could use a subtle background. Especially when executing code that moves the character it is just...

enhancement

The interactive widget with cards in modulo lessons confuses people. We probably need a more concrete breakdown of a whole number division, showing all of the steps in the division.

content

There are very few uses of modulo in Godot due to alternate functions being available. While the concept can be useful in code, it shouldn't be in the middle of...

enhancement