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
Raw Normal View History

2022-03-13 19:06:23 +03:00
{
"$schema": "../../../schemas/skill-schemas/skill.json",
2022-03-13 19:06:23 +03:00
"name": "Guess the Number",
"bridge": "python",
"version": "1.0.0",
"description": "Find the number as soon as possible.",
"author": {
"name": "Louis Grenard",
2022-08-23 18:01:46 +03:00
"email": "louis@getleon.ai",
2022-03-13 19:06:23 +03:00
"url": "https://github.com/louistiti"
}
}