Smiley Slimey is a virtual pet game where you take care of a cute slime creature. Your goal is to keep your slime happy and healthy by managing its fun, food, and energy levels.
- Feed your slime to keep it healthy
- Play with your slime to increase its happiness
- Let your slime rest when it gets tired
- Buy upgrades in the shop
- Name your pet slime
Yuichi Cañete
-
VSCode
-
Flutter SDK
-
Android Studio
-
Select a folder where you want to clone your repository.
-
Open the terminal in VSCode.
git clone https://github.com/YuichiCanete/Flutter_Proj_Exam.git
-
After cloning the repository, navigate to the project directory.
-
Run the following command to install dependencies
flutter pub get
-
Open the main.dart file under the lib folder.
-
Select a device (I recommend using the Chrome browser or an Android emulator).
-
To run the app on Chrome, simply press the "Start Debugging" button in VSCode.
-
To run on Android emulator or physical device:
-
Run flutter devices to see available devices.
-
Select the desired device in the terminal or VS Code.
-
Run the app using the command: flutter run.
-
-
If you encounter issues with Flutter not finding your Android device, ensure that you have installed Android Studio and set up your environment variables correctly.
-
Run flutter doctor to check for any setup issues. For issues with the emulator, make sure it's properly configured and running.
- To run the tests, use the following command
flutter test
- To build the APK for Android
flutter build apk