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

25 lines
414 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/role_playing_game.gleam"
],
"test": [
"test/role_playing_game_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elm/role-playing-game"
],
"blurb": "Learn the Option type by designing game mechanics"
}