Files
Alexander Heldt 1de1e2fcb6 role-playing-game
2025-11-02 21:22:44 +01:00

496 B

Hints

1. Introduce yourself

  • The [option.unwrap function][unwrap] can be used to get the value from an option, or a default value if there is no value.

2. Implement the revive mechanic

  • Option values can be created using the Some and None constructors from the gleam/option module.

3. Implement the spell casting mechanic