A simple 2D game built using Flutter and Flame engine

  Flutter App, Games

Club Penguin

lib
Playstore

Introduction rocket

Club Penguin A multiplayer game involving penguins and anonymous chat in a virtual 2D world

Before we start, you can take a look at the app:

Output sample

Usage art

To clone and run this application, you’ll need git and flutter installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Shadow60539/social_media_game.git

# Go into the repository
$ cd social_media_game.git

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Packages package

Some very good packages are used in this project.

PackageDescription
flameA minimalistic Flutter game engine
firebase_authFirebase Authentication
firebase_coreTo use the Firebase Core API
firebase_databaseFirebase Realtime Database
dartzSupport functional programming in Dart
build_runnerBuild Custom Models
flutter_blocBLoC State Management
flutter_launcher_iconsReplace launcher icon
freezedCode generation for immutable classes
google_fontsSupport google fonts
injectableDependency injection
lintRules handler for Dart
lottieLottie files animations
mockitoMock library for Dart
providerProvider State Management

Directory Structure office

The project directory structure is as follows:

├── android
├── asset
├── build
├── images
├── ios
├── lib
├── test
├── analysis_options.yaml
├── pubspec.lock
├── pubspec.yaml

lib
DirectoryDescription
applicationState management layer
coreCore files which depend on all these layers
domainModel and contract layer
infrastructureData layer
presentationWidget layer

Download Club Penguin Game Source Code on GitHub