You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
400 B
14 lines
400 B
3 years ago
|
{
|
||
|
"blurb": "Learn about bools by setting up the rules for the Ghost Gobble arcade game.",
|
||
|
"icon": "matching-brackets",
|
||
|
"authors": ["neenjaw"],
|
||
|
"contributors": ["cmccandless", "bethanyg"],
|
||
|
"files": {
|
||
|
"solution": ["arcade_game.py"],
|
||
|
"test": ["arcade_game_test.py"],
|
||
|
"exemplar": [".meta/exemplar.py"]
|
||
|
},
|
||
|
"forked_from": ["elixir/pacman-rules"],
|
||
|
"language_versions": ">=3.5"
|
||
|
}
|