GDQuest / GDQuest/learn-gdscript

Small ambiguity in Practice Chapter 13

Open
#926 0 comments 0 reactions 0 assignees View on GitHub
content
Dominant language
GDScript
Stars
2.8k
Forks
235
PR merge metrics
No merged PRs in 30d

Description

The question asks to write a take_damage script and the hp cannot go below 0.

The solution line is: health -= amount

typing health =-amount is obviously incorrect, but this is a common mistake for beginners and isn't clearly caught by the app.

Furthermore, the difference between "health -= amount" and "health =-amount" is not made clear in the previous section where this concept is introduced.

I suggest either this difference is added to the chapter OR that what would be even better is have it be part of the error debug helper you have made.

Thank you for reading and this course/app

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.