role-playing-game
This commit is contained in:
24
role-playing-game/.exercism/config.json
Normal file
24
role-playing-game/.exercism/config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user