DEV Community

Cover image for Covi Kill : My Project submission for Flutter Puzzle Hack
Bolisetty Sujith
Bolisetty Sujith

Posted on

Covi Kill : My Project submission for Flutter Puzzle Hack

app header

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 with ๐Ÿ’ป : Flutter, Rive

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 ๐Ÿญ๏ธ

i. Download and install Git.

ii. Fork Covi kill

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

$ git clone https://github.com/YOUR-GITHUB-USERNAME/covi-kill.git
Enter fullscreen mode Exit fullscreen mode

iv. Open Covi Kill in your favourite editor (VS Code, Android Studio etc)

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

$ flutter pub get
Enter fullscreen mode Exit fullscreen mode

vi. Connect your Android emulator or your mobile device to your computer.

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

$ flutter run
Enter fullscreen mode Exit fullscreen mode

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 ๐Ÿ–ฅ๏ธ

Home Page

Levels Page

Game Page

Win Page

Lost Page

Mobile View ๐Ÿ“ฑ

Mobile view

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

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

โ€‚Github ๐Ÿ‘พ: Covi Kill

Show some support by Voting ๐Ÿ—ณ๏ธ for this project ๐Ÿ˜‡ in Flutter Puzzle Hack Challange

vote

Feel Free to vote for this project from the Devpost using this link.

Happy Coding โค๏ธ

Top comments (0)