1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 15:21:36 +03:00
leon/skills/games/guess_the_number/skill.json

13 lines
315 B
JSON

{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Guess the Number",
"bridge": "python",
"version": "1.0.0",
"description": "Find the number as soon as possible.",
"author": {
"name": "Louis Grenard",
"email": "louis@getleon.ai",
"url": "https://github.com/louistiti"
}
}