amethyst / amethyst/rustrogueliketutorial
[Chapter 66] Wrong JSON data makes the game crash
Open
- Dominant language
- Rust
- Stars
- 970
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/amethyst/rustrogueliketutorial/blob/33872fe582f226178436847e1f74eafcbf9c0d1a/book/src/chapter_66.md?plain=1#L123-L134
At that point, `mana_cost` is declared as mandatory on the `Spell` struct in `spell_structs.rs`.
Since there is no `mana_cost` field in the JSON file, the game crashes on start when loading the JSON data.
The final state of the code for this chapter does include this `mana_cost` field.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.