{"id":23306000,"url":"https://github.com/alexa-samples/skill-sample-python-highlowgame","last_synced_at":"2025-09-07T20:09:13.985Z","repository":{"id":39718006,"uuid":"142616250","full_name":"alexa-samples/skill-sample-python-highlowgame","owner":"alexa-samples","description":"The high low game is a game where the player tries to guess the target number between 1 to 100. After each incorrect guess, the player is informed if the target number is higher or lower than their current guess. This continues until the target number is guessed or the player gives up. This sample Alexa Skill is written in Python and demonstrates the use of session and persistent attributes.","archived":false,"fork":false,"pushed_at":"2022-05-27T00:07:41.000Z","size":117,"stargazers_count":18,"open_issues_count":4,"forks_count":29,"subscribers_count":23,"default_branch":"master","last_synced_at":"2023-03-05T03:55:58.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexa-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-27T19:29:14.000Z","updated_at":"2022-12-05T11:27:36.000Z","dependencies_parsed_at":"2022-09-20T08:40:20.352Z","dependency_job_id":null,"html_url":"https://github.com/alexa-samples/skill-sample-python-highlowgame","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-highlowgame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-highlowgame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-highlowgame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-highlowgame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexa-samples","download_url":"https://codeload.github.com/alexa-samples/skill-sample-python-highlowgame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230582791,"owners_count":18248674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T12:15:07.687Z","updated_at":"2024-12-20T12:15:08.188Z","avatar_url":"https://github.com/alexa-samples.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Build An Alexa High Low Game Skill using ASK Python SDK\n=========================================\n\nThis Alexa sample skill is a template for a basic high-low game skill. The high low game is a game where the player tries to guess the target number between 1 to 100. After each incorrect guess, the player is informed if the target number is higher or lower than their current guess. This continues until the target number is guessed or the player gives up. This sample Alexa Skill is written in Python and demonstrates the use of session and persistent attributes.\n\n\u003cimg src=\"https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/quiz-game/header._TTH_.png\" /\u003e\n\n\n## Let's Get Started\nIf this is your first time here, you're new to Alexa Skills Development, or you're looking for more detailed instructions, click the **Get Started** button below:\n\n\u003cp align='center'\u003e\n\u003ca href='./instructions/setup-vui-alexa-hosted.md'\u003e\u003cimg src='https://camo.githubusercontent.com/db9b9ce26327ad3bac57ec4daf0961a382d75790/68747470733a2f2f6d2e6d656469612d616d617a6f6e2e636f6d2f696d616765732f472f30312f6d6f62696c652d617070732f6465782f616c6578612f616c6578612d736b696c6c732d6b69742f7475746f7269616c732f67656e6572616c2f627574746f6e732f627574746f6e5f6765745f737461727465642e5f5454485f2e706e67'\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\nBe sure to take a look at the [Additional Resources](#additional-resources)!\n\n### Usage\n\n```text\nAlexa, open high low game\n\t\u003e\u003e ...Would you like to play?\nYes\n\t\u003e\u003e ...Guess a number...\nFive\n\t\u003e\u003e Five is too low. Try saying a larger number.\n...\n```\n\n### Repository Contents\t \n* `/lambda` - Back-End Logic for the Alexa Skill hosted on [AWS Lambda](https://aws.amazon.com/lambda/)\n* `/models` - Voice User Interface and Language Specific Interaction Models\n* `/instructions` - Step-by-Step Instructions for Getting Started\n\n## Additional Resources\n\n### Community\n\n* [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) - Join the conversation!\n* [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.\n\n### Tutorials \u0026 Guides\n\n* [Voice Design Guide](https://developer.amazon.com/fr/designing-for-voice/) - A great resource for learning conversational and voice user interface design.\n* [CodeAcademy: Learn Alexa](https://www.codecademy.com/learn/learn-alexa) - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on CodeAcademy!\n\n### Documentation\n\n*  [Official Alexa Skills Kit Python SDK](https://pypi.org/project/ask-sdk/)\n*  [Official Alexa Skills Kit Python SDK Docs](https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/)\n*  [Official Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexa-samples%2Fskill-sample-python-highlowgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexa-samples%2Fskill-sample-python-highlowgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexa-samples%2Fskill-sample-python-highlowgame/lists"}