exercism.org/lua/pacman-rules/.exercism/config.json

21 lines
339 B
JSON
Raw Normal View History

2024-03-24 18:34:11 +01:00
{
"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."
}