{"id":23900750,"url":"https://github.com/cod-e-codes/partydice","last_synced_at":"2026-05-16T06:33:58.206Z","repository":{"id":264719944,"uuid":"894193852","full_name":"Cod-e-Codes/PartyDice","owner":"Cod-e-Codes","description":"A Flutter-powered interactive game designed for parties and group activities. PartyDice features customizable player profiles, turn-based challenges, engaging animations, and an in-app store to elevate your party experience.","archived":false,"fork":false,"pushed_at":"2024-11-26T00:13:21.000Z","size":33848,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T09:43:37.667Z","etag":null,"topics":["dice-game","flutter","group-activities","mobile-app","party-game"],"latest_commit_sha":null,"homepage":"https://github.com/Cod-e-Codes/PartyDice","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cod-e-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T23:23:23.000Z","updated_at":"2024-12-12T18:23:53.000Z","dependencies_parsed_at":"2024-11-26T00:38:48.801Z","dependency_job_id":null,"html_url":"https://github.com/Cod-e-Codes/PartyDice","commit_stats":null,"previous_names":["cod-e-codes/partydice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cod-e-Codes/PartyDice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FPartyDice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FPartyDice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FPartyDice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FPartyDice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cod-e-Codes","download_url":"https://codeload.github.com/Cod-e-Codes/PartyDice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2FPartyDice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33092688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dice-game","flutter","group-activities","mobile-app","party-game"],"created_at":"2025-01-04T20:37:37.785Z","updated_at":"2026-05-16T06:33:58.190Z","avatar_url":"https://github.com/Cod-e-Codes.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# PartyDice 🎲\r\n\r\nPartyDice is a fun and interactive game designed for parties and group activities. Built with Flutter, this app provides exciting gameplay, engaging animations, and a store to enhance your experience.\r\n\r\n## Screenshots 📸\r\n\r\n1. **Login Screen**  \r\n   \u003cimg src=\"./image1.png\" alt=\"Login Screen\" width=\"300\"/\u003e\r\n\r\n2. **PartyDice Screen**  \r\n   \u003cimg src=\"./image2.png\" alt=\"PartyDice Screen\" width=\"300\"/\u003e\r\n\r\n3. **Player Setup**  \r\n   \u003cimg src=\"./image3.png\" alt=\"Player Setup\" width=\"300\"/\u003e\r\n\r\n4. **Help Screen**  \r\n   \u003cimg src=\"./image4.png\" alt=\"Help Screen\" width=\"300\"/\u003e\r\n\r\n5. **Gameplay Screen (Player 1)**  \r\n   \u003cimg src=\"./image5.png\" alt=\"Gameplay Screen - Player 1\" width=\"300\"/\u003e\r\n\r\n6. **Gameplay Screen (Player 2)**  \r\n   \u003cimg src=\"./image6.png\" alt=\"Gameplay Screen - Player 2\" width=\"300\"/\u003e\r\n\r\n## Features ✨\r\n\r\n- **User Authentication**: Login and signup features to create and save player profiles.\r\n- **Customizable Gameplay**: Players can add, edit, and remove their profiles before starting a game.\r\n- **Turn-based Fun**: Each player takes turns performing tasks or challenges assigned by the dice rolls.\r\n- **Roll History**: Keeps track of the tasks and challenges completed during gameplay.\r\n- **In-App Store**: Purchase additional features or themes to enhance the game (not shown in screenshots).\r\n- **Dynamic Animations**: Engaging animations for smooth transitions between screens and actions.\r\n\r\n## File Structure 📂\r\n\r\n```plaintext\r\nlib/\r\n├── firebase_options.dart         # Firebase configuration options\r\n├── main.dart                     # Application entry point\r\n├── models/\r\n│   └── player.dart               # Player data model\r\n├── screens/\r\n│   ├── gameplay_screen.dart      # Core gameplay functionality\r\n│   ├── login_screen.dart         # User login interface\r\n│   ├── party_dice_screen.dart    # Player setup and gameplay preparation\r\n│   └── store_screen.dart         # In-app store interface\r\n├── widgets/\r\n│   ├── animated_button.dart      # Custom animated button widget\r\n│   ├── gender_selection.dart     # Gender selection widget\r\n│   └── player_card.dart          # Player card widget\r\n```\r\n\r\n## How to Play 🎮\r\n\r\n1. **Login/Sign Up**: Create or log in to your account.\r\n2. **Add Players**: Select a gender, enter a name, and add at least two players to start the game.\r\n3. **Start Game**: Begin the gameplay and follow the instructions for your turn.\r\n4. **Track Progress**: View the roll history to see completed challenges.\r\n5. **Explore the Store**: Enhance your experience by purchasing additional features.\r\n\r\n## Getting Started 🚀\r\n\r\n### Prerequisites\r\n\r\n- Install [Flutter](https://flutter.dev/docs/get-started/install) on your system.\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n   ```bash\r\n   git clone https://github.com/cod-e-codes/PartyDice.git\r\n   ```\r\n\r\n2. Navigate to the project directory:\r\n   ```bash\r\n   cd PartyDice\r\n   ```\r\n\r\n3. Install dependencies:\r\n   ```bash\r\n   flutter pub get\r\n   ```\r\n\r\n4. Run the app:\r\n   ```bash\r\n   flutter run\r\n   ```\r\n\r\n### Firebase Setup\r\n\r\nEnsure to configure Firebase in your project using the provided `firebase_options.dart` file.\r\n\r\n## Author 🖊️\r\n\r\nThis app was developed by **CodēCodes**. Check out more of my projects on [GitHub](https://github.com/cod-e-codes).\r\n\r\n---\r\n\r\nHave fun and enjoy the PartyDice experience!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Fpartydice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcod-e-codes%2Fpartydice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Fpartydice/lists"}