https://github.com/alexa-samples/skill-sample-java-highlowgame
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 Java and demonstrates the use of session and persistent attributes.
https://github.com/alexa-samples/skill-sample-java-highlowgame
Last synced: 10 months ago
JSON representation
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 Java and demonstrates the use of session and persistent attributes.
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-java-highlowgame
- Owner: alexa-samples
- License: other
- Created: 2018-07-06T18:08:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T09:42:45.000Z (over 5 years ago)
- Last Synced: 2023-03-05T03:55:49.454Z (over 3 years ago)
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 28
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Alexa Skill: Trivia Game
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 Skills/Hackathonsthe target number is guessed or the player gives up. This sample Alexa Skill is written in Java and demonstrates the use of session and persistent attributes.
## License
This library is licensed under the Amazon Software License.