exercism.org/lua/pacman-rules/.exercism/config.json
2024-03-24 18:37:22 +01:00

20 lines
339 B
JSON

{
"authors": [
"imolein"
],
"files": {
"solution": [
"pacman-rules.lua"
],
"test": [
"pacman-rules_spec.lua"
],
"exemplar": [
".meta/exemplar.lua"
]
},
"forked_from": [
"elixir/pacman-rules"
],
"blurb": "Learn about booleans by implementing the rules of the Pac-Man game."
}