mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 07:10:48 -05:00
26 lines
464 B
JSON
26 lines
464 B
JSON
{
|
|
"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."
|
|
}
|