rpg-character-sheet

This commit is contained in:
2023-12-18 14:19:33 -05:00
parent a4a5085d00
commit b69dc97356
11 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/rpg/character_sheet.ex"
],
"test": [
"test/rpg/character_sheet_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"icon": "wizards-and-warriors",
"blurb": "Learn about IO (input/output) by guiding your friends through the character creation process for your pen-and-paper role-playing game."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"rpg-character-sheet","id":"2040b6af89dd425595b79c2a676bfdeb","url":"https://exercism.org/tracks/elixir/exercises/rpg-character-sheet","handle":"negrienko","is_requester":true,"auto_approve":false}