Parrot Number is a simple guessing game built using Flutter. The game involves guessing a number between 1 and 100, with the help of hints given by a parrot.
To get started with Parrot Number, clone the repository to your local machine using the following command:
git clone https://github.com/your-username/parrot-number.git
To install the required dependencies, run the following command:
flutter pub get
To run the app on your local machine, run the following command:
flutter run
This will launch the app on your connected device or emulator.
To play the game, simply enter a number between 1 and 100 and tap the "Guess" button. The parrot will give you hints to help you guess the correct number.
This project is divided into multiple branches, each containing a different step in the development process.
step-1
- Setup the basic UI for the gamestep-2
- Generate random number and take user inputstep-3
- Setup app navigationstep-4
- Additional featuresmaster
- Final code with all features included
Contributions to Parrot Number are welcome and encouraged! To contribute to the project, fork the repository and create a pull request with your changes.
Parrot Number is open source software licensed under the MIT license.