Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yedhink/mozzie-wipeout
A pseudo-3D PC game created as part of Smart India Hackathon Grand Finals 2017
https://github.com/yedhink/mozzie-wipeout
pc-game psuedo pygame python python2 smart-india-hackathon
Last synced: about 2 months ago
JSON representation
A pseudo-3D PC game created as part of Smart India Hackathon Grand Finals 2017
- Host: GitHub
- URL: https://github.com/yedhink/mozzie-wipeout
- Owner: yedhink
- Created: 2019-05-12T14:36:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T17:03:05.000Z (over 4 years ago)
- Last Synced: 2023-10-20T23:55:34.160Z (over 1 year ago)
- Topics: pc-game, psuedo, pygame, python, python2, smart-india-hackathon
- Language: Python
- Homepage:
- Size: 11 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fair Warning
This was my very first project when I started my journey in the programming world. None of the coding conventions+strucuturing+choices should be adopted as good standards by anyone reading the code or using the repo. We were all noobs once...wait I stil am?# Mozzie Wipeout
This project was done as part of **Smart India Hackathon(SIH) 2017 Grand Finals**, under the Indian Council of Medical Research (ICMR).
This is a pseudo-3D PC game which aims at spreading awareness on prevention of mosquito carried diseases like dengue and chikungunya. The game consists of a simple, user friendly interface and easy to learn visual experience.## Usage
start by installing python2(if not already present) and then the [pygame 2.7](https://www.pygame.org/wiki/GettingStarted) library for python2.```bash
git clone
cd mozzie-wipeout
python2 mozzie.py
```