项目作者: Ashish-Kenjale

项目描述 :
A simple COVID-19 pandemic themed 2D Android game
高级语言: Kotlin
项目地址: git://github.com/Ashish-Kenjale/DodgeCorona.git
创建时间: 2020-06-11T07:20:31Z
项目社区:https://github.com/Ashish-Kenjale/DodgeCorona

开源协议:GNU General Public License v3.0

下载


DodgeCorona

A simple and fun to play COVID-19 pandemic themed Android game as a means to spread some much-needed awareness regarding social distancing norms and use of personal protective equipment (PPE).

The main character is trying to get home and dodges obstacles which are infected people. If the player enters the 6 feet radius (shown by green circle) of any infected person (enemy) the player gets infected and game over.

The player movement is completely controlled using the gravity accelerometer.

The player can pick a Power Up which is a medical mask for protection against infection for 5 seconds. During this time even if the player goes close to an enemy, he won’t get infected.

The difficulty of the game increases with time as the obstacle speed increases with time.

Play Store


Demo




Screenshots

drawingdrawingdrawing


Contributing

That said, if you liked this project and found it helpful, kindly fork/star this repo to show your support, and check out some of my other projects. It really helps! 😁

I’m happy to accept pull requests that make DodgeCorona better. If you’re thinking of contributing and want a little feedback before you jump into the codebase, post an issue or comment on an existing issue on Github.

Dockerized build

To enable easy builds I have created and uploaded an image of my build environment on DockerHub. You can run a container with my image with the commands below:

docker pull ashishkenjale/ashishz2020:android-build

Now $cd to the app directory and run:

docker run --rm -v "$PWD":/home/gradle/ -w /home/gradle/ ashishkenjale/ashishz2020:android-build gradle -PdisablePreDex assembleDebug

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.