flutter party game
mobile party game implemented in flutter framework. its been heavily inspired by the heads up! game:
- get a group of friends (at least 3 players)
- start the app
- the youngest player takes the phone
- pick one of the available categories/topics (eg. animals, tv series, sport)
- place the phone at your forehead, so that other players can see the screen
- guess the word displayed at the screen – your friends are here to help you!
stores
the existing production version has been implemented in hybrid technologies and you can check it out at:
just a note – it’s only available in polish language. the current repository is an approach to rewrite it fully in flutter.
screenshots
generate translations
flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localizations.dart
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/localizations.dart lib/l10n/intl_*.arb
todo
- improve the ui
- organize the code
- more animations
- a lot more
Comments are closed.