role-playing-game

This commit is contained in:
Alexander Heldt
2025-11-02 21:22:44 +01:00
parent 5fb5492306
commit 1de1e2fcb6
10 changed files with 409 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}