exercism.org/python/ghost-gobble-arcade-game/.exercism/config.json

27 lines
464 B
JSON
Raw Normal View History

2024-03-24 18:34:11 +01:00
{
"authors": [
"neenjaw"
],
"contributors": [
"cmccandless",
"BethanyG"
],
"files": {
"solution": [
"arcade_game.py"
],
"test": [
"arcade_game_test.py"
],
"exemplar": [
".meta/exemplar.py"
]
},
"language_versions": ">=3.5",
"forked_from": [
"elixir/pacman-rules"
],
"icon": "matching-brackets",
"blurb": "Learn about bools by setting up the rules for the Ghost Gobble arcade game."
}