This package provides an implementation of simple defense arcade game with pygame and python. Play the game by defending corona viruses arriving the endline by building medical centers. Medical centers will throw cure bombs which could burst conona viruses. The story of the game is based on Covid-19 pendamic of 2020 in Korea.
This project is based on the final project of Digital Computer Concept and Practice course of Seoul National University CSE.
The tree structure of this project is given as follows:
Corona_defense
├── data
│ ├── alarm.mp3
│ ├── audioclips.wav
│ ├── background_music.mp3
│ ├── background_small.png
│ ├── bulletcircle.png
│ ├── car_door.wav
│ ├── explosion.png
│ ├── gameover.mp3
│ ├── hosipital1.png
│ ├── hosipital2.png
│ ├── hosipital3.png
│ ├── strategy.mp3
│ ├── virus.png
│ └── wearethechamp.mp3
└── game.py: main file
- audio clips
- background, object(towers, shots, viruses) images
- Python 3.8
- pygame
git clone https://github.com/bjpark0805/Corona_defense.git
cd Corona_defense
python game.py
- Bumjoon Park (qkrskaqja@snu.ac.kr)
This software may be used only for personal(educational) purposes.
For other purposes (e.g., commercial), there could be copyright issues for images and audios.