Number Guessing Game made by using Flutter. The player is given 10 trials to guess the number within 1 to 100. If the player guesses the number within 10 trials , the player wins.
Dependencies Required
environment: sdk: ">=2.17.6 <3.0.0"
sdk: flutter
cupertino_icons: ^1.0.2
flutter_lints: ^2.0.0
Fixes #106
Type of Change:
Android application added
Checklist:
[x] My PR follows the style guidelines of this project
[x] I have performed a self-review of my own code or materials
[x] My branch is up-to-date with the Upstream development branch
[x] I have added necessary images/screenshots of my changes
Description
Number Guessing Game made by using Flutter. The player is given 10 trials to guess the number within 1 to 100. If the player guesses the number within 10 trials , the player wins.
Dependencies Required
Fixes #106
Type of Change:
Checklist: