A simple puzzle game build for Flutter Puzzle Hack Challenge

Overview

Covi Kill

Give Vaccine Kill Covid

Introduction ๐Ÿ‘จโ€๐Ÿ’ป

In the initial stages of covid-19 vaccine testing trails, doctors are testing with many vaccines for discovering a cure for covid-19, at that stage it became difficult for the doctors to give a proper vaccine to their patients. So taking this part as an inspiration to provide a vaccine to their patient in difficulit situations. Covi Kill is a simple interactive game which is available in Android, Web, Linux made using flutter.

What it does ๐Ÿ˜Ž

In this game, doctor avatar need to play 5 levels to complete the whole game, as the levels increases the game hardness increases. The Doctor need to take the vaccine to the covid-19 effected patients, and cure them. There are some covid-19 patients, the doctor need to give them the vaccine to that patient, so by delivering the vaccine to the patient he will be cured.

Built using ๐Ÿ’ป

Built with Flutter Built with Responsive Framework Built with Rive

Challenges I ran into ๐Ÿค”

It was the first time to Build an responsive app, so it was Challenging to build an app like this. Making the UI also gave me challanging.

Accomplishments that I'm proud of ๐Ÿ˜

I really proud of building an app like this which is responsive with many more other awsome features and it teached me a lot of lessons while building this app.

What I have learned ๐Ÿ˜Ž

App State management is the biggest thing that I have learned while building this app, and learned creating animations using canvas as well as in Rive. The another biggest thing that I have learned is creating responsive apps. This app also made me learn many dart concepts and building some super cool logics which make the UI more iteractive.

What's next for Covi Kill ๐Ÿ™ƒ

At present this app is having 5 levels, so planning to extend the levels.

Getting Started ๐Ÿƒโ€โ™‚๏ธ ๏ธ

  • These instructions will get you a copy of the project up and be running on your local machine for development and testing purposes.

Prerequisites โœ๏ธ

Setting up your development environment ๐Ÿญ๏ธ

  1. Download and install Git.

  2. Fork Covi kill

  3. Clone your fork of the project locally. At the command line:

    $ git clone https://github.com/YOUR-GITHUB-USERNAME/covi-kil.git
    
  4. Open Covi Kill in your favourite editor (VS Code, Android Studio etc)

  5. To install the dependencies run the following command in the terminal.

    $ flutter pub get
    
  6. Connect your Android emulator or your mobile device to your computer.

  7. Build the application in your device by clicking Run run button or run the following in terminal.

    $ flutter run
    

Instructions ๐Ÿ“–

  • The game contains 5 Levels ๐ŸŽš๏ธ , so you need to complete all the levels to complete the game.

  • To move the avatar use the Arrow Keys or the Swipe Gestures or the Joy Sticks ๐ŸŽฎ .

  • Push the syringe vaccine ๐Ÿ’‰ to the patient, if both patient and vaccine merges u have completed vaccinating on patient, so the same for the rest of the patients.

  • Use the flag ๐Ÿด Icon to give up the game.

  • Use the restart ๐Ÿ”„ Icon to restart the game.

  • Use the settings Icon โš™๏ธ to change the game settings.

    Disable/Enable the sound effects ๐Ÿ”Š .

    Disable/Enable the Vibration ๐Ÿ“ณ .

    Disable/Enable the Joy Sticks ๐ŸŽฎ .

Desktop View ๐Ÿ–ฅ๏ธ

Mobile View ๐Ÿ“ฑ

โ€‚Watch Demo Video ๐Ÿ“บ : YouTube

โ€‚Try out the game from ๐Ÿ“ฅ : here

Show some support by โญ ing the repository ๐Ÿ˜‡

Happy Coding ๐Ÿ˜Ž

You might also like...

An example of using InteractiveViewer to build a go game board

An example of using InteractiveViewer to build a go game board

Go An example of using InteractiveViewer to build a Go game board. Try the live demo. Usage Zoom using pinch on mobile or two-finger scroll on touchpa

Dec 30, 2022

An application cum Game-based App built using Flutter that compose a mind-tricked word game, Just for fun.

destini_challenge A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Feb 3, 2022

M.U.D. Role-playing text-based game. A multiple-choice multiplayer interactive game developed on Flutter (Android, iOS, Windows, Web)

M.U.D. Role-playing text-based game. A multiple-choice multiplayer interactive game developed on Flutter (Android, iOS, Windows, Web)

Teia M.U.D. Role-playing text-based game. A multiple-choice multiplayer interactive game developed on Flutter (Android, iOS, Windows, Web). The main f

Feb 17, 2022

Warrior Runner - Game made with Flutter and Flame game engine

Warrior Runner - Game made with Flutter  and Flame game engine

Warrior Runner - Game made with Flutter Demo and Screenshot Flutter Version Used : 1.22.4 flame: 0.29.3 hive: 1.5.0-pre Learing Resources: Create a Mo

Oct 10, 2022

Snake-Game - A flutter based classic snake game with nothing just and just a feel to have play

snake_game This is a simple snake Game under development made with the help of y

Mar 22, 2022

Game characters ui - A redesign of a game characters app using flutter

Game characters ui - A redesign of a game characters app using flutter

Oct 23, 2022

Flutter Switch Game: Get Fun With Play This Game

Flutter Switch Game: Get Fun With Play This Game

switch_game A new Flutter project. Getting Started Try Swap red circle to green

Jun 17, 2022

Game Flutter Using Flame.It was for the Game Jam 2022

binarymemory Memory Binary Flame Flutter Game Jam Getting Started This project is a starting point for a Flutter application. A few resources to get y

Sep 7, 2022

A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game

A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game including the following features: sound music main menu scr

Dec 22, 2022
Comments
  • Created new levels(06,07) and made code logic updates in the app

    Created new levels(06,07) and made code logic updates in the app

    • Disabled the "Next" button in the win screen if the player wins the last level.
    • Created level-06 and level-07.
    • Created an indicator to indicate the particular place on the board in the vaccinated. image
    • Made the patient visible when the doctor is in that current patient's place image
    • Changed the list's name.
    • Fixed the covid icons update issue at the bottom bar.
    opened by BolisettySujith 0
A quick hack using image and transform widgets

Flutter Engine Test An experiment with Image and Transform widgets. Only my second ever Flutter project, probably this is an excellent example of how

Paul Thomas 27 Nov 4, 2022
Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon

Ghost Rigger Prototype of a cyberpunk-inspired puzzle game set in a dystopian future: In the year 2078, the megacorporation Native Development Initiat

Float like a dash Sting like a dart 184 Dec 26, 2022
A puzzle game made on live-stream, demonstrating various animation techniques in Flutter

Slide Puzzle: Escape of Cao Cao This is a puzzle game made on live-stream, demonstrating various animation techniques in Flutter with just Dart code -

null 64 Dec 27, 2022
A slide puzzle game you can play with your friend on cross-platform.

slideparty Inspiration I want to make a puzzle game that runs on all platforms: Web, Android, iOS, Linux, Windows and MacOS. You can play with your fr

Duong Bui Dai 29 Nov 23, 2022
A simple dice game built using Flutter, that allows users to engage in a dice game

A simple dice game built using Flutter, that allows users to engage in a dice game. Each player rolls the dice and the highest value number that you can make WINS!

Dubem Ezeagwu 1 Sep 1, 2022
Chess-game - Some simple lines of coding and made this awesome looking full functional chess board game

flutter simple chess game It's a flutter chess game application with fast code.

Munem Sarker 5 Jun 17, 2022
Box2D Flutter Slide Puzzle

It uses Box2D physics to create an interesting gameplay mechanic where you need to manage a bit more than a simple slider. The code is all pure Flutter with widgets, animations, and CustomPaint. It doesn't use any Flutter game engine.

Gordon Hayes 25 Nov 11, 2022
How to build a Match-3 game, like Candy Crush, Bejeweled, FishDomโ€ฆ in Flutter.

flutter_crush How to build a Math-3 game, like Candy Crush, Bejeweled, FishDomโ€ฆ in Flutter. Source code of the article available on didierboelens.com

Didier Boelens 477 Nov 28, 2022
Game RPG build by Flame Flutter

Darkness Dungeon Game developed for the purpose of testing the use of the Bonfire package! Download APK Used packages: Bonfire - Flame - Used sprites:

Rafael Almeida Barbosa 254 Jan 3, 2023
Sudoku game build with Flutter

sudoku aplikasi sudoku yang dibuat menggunakan flutter berikut adalah screen shot dari game sudoku : Getting Started This project is a starting point

Muhammad Azizur Rohim 21 Dec 20, 2022