Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Party game! (DEMO VIEW ONLY)

A production-ready, offline party challenge game inspired by Picolo. Built with Flutter + Riverpod.

๐Ÿ“ฑ App Flow

HomeScreen (pick category)
    โ†“
PlayerSetupScreen (add 2+ players)
    โ†“
PenaltyConfigScreen (standard or custom levels)
    โ†“
GameScreen (tap to advance cards)
    โ†“
GameOverOverlay (reshuffle or back to home)

๐Ÿ“ฆ Dependencies

Package Purpose
flutter_riverpod State management
riverpod_annotation Code gen annotations
uuid Unique IDs for players/rules
google_fonts Bebas Neue + Space Grotesk
flutter_animate Entrance & transition animations
collection firstOrNull on lists

๐Ÿ”ฎ Extending the App

  • Persistence: Swap the in-memory GameState with a SharedPreferences or Hive adapter to resume games.
  • Sound effects: Add audioplayers and trigger on card reveal / rule creation.
  • Themes: Add a light mode variant in app_theme.dart.
  • More categories: Follow the pattern above โ€” zero code changes to core logic.
  • Localisation: Wrap card texts in an AppLocalizations layer.

About

A production-ready, offline party challenge game inspired by Picolo. Built with Flutter + Riverpod.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors