GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.1k stars 155 forks source link

Lesson 24, practice 1 softlocks with extra key-value pairs #904

Closed Nuoska closed 1 week ago

Nuoska commented 10 months ago

In practice 1 of lesson 24 you're asked to create a dictionary with certain keys and values. Adding extra key-value pairs causes the game to get stuck while it says "Running Tests...".

How to reproduce -Go to lesson 24 -Go to practice 1 -Press "Run" with the following code: var inventory = {"healing heart": 3, "gems": 9, "sword": 1, "extra": 4}

Expected behavior The game should either accept the solution or give an error message.

Information about your device (please complete the following information):