Files
Alexander Heldt 3c64c873ef pacman-rules
2025-10-30 19:47:49 +01:00

25 lines
417 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/pacman_rules.gleam"
],
"test": [
"test/pacman_rules_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elixir/pacman_rules"
],
"blurb": "Learn about bools by implementing the rules of the Pac-Man game."
}