amethyst / amethyst/rustrogueliketutorial

[Chapter 66] Wrong JSON data makes the game crash

Open
#229 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.