https://github.com/teewrath/dice-game
A dice game in flutter
https://github.com/teewrath/dice-game
Last synced: 10 months ago
JSON representation
A dice game in flutter
- Host: GitHub
- URL: https://github.com/teewrath/dice-game
- Owner: TeeWrath
- Created: 2023-11-20T15:00:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T15:09:08.000Z (over 2 years ago)
- Last Synced: 2025-04-04T00:44:26.304Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice Game
A simple dice game to practice flutter basics.
# Build Instructions
- Start an mobile emulator or connect your device
- run the app
```sh
flutter run
```