https://github.com/codeslash21/dice_game
Flutter Application for dice game
https://github.com/codeslash21/dice_game
Last synced: about 1 year ago
JSON representation
Flutter Application for dice game
- Host: GitHub
- URL: https://github.com/codeslash21/dice_game
- Owner: codeslash21
- License: mit
- Created: 2023-06-02T14:54:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T20:03:02.000Z (about 3 years ago)
- Last Synced: 2025-02-15T15:51:43.144Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dice Game
This is a flutter app. This is about rolling a dice. After clicking the `Roll Dice` button dice will be rolled.
## Getting Started
#### To run this app first you have to install following softwares
1. Android Studio (and create an android emulator or ios simulator)
2. VS Code editor (and install the flutter extension)
3. Flutter SDK (and set the path)
#### After done with the above steps
1. Download the source code and extract it.
2. Open VS Code in the project folder which is `dice_game`.
3. Click on `View -> Command Pallet -> Flutter: launch emulator`
4. From the list of emulator select the available one.
5. Open terminal in VS Code and run `flutter run` command to build the app.
6. After building is complete app will be opened on the emulator.
### Demo Video