Skip to content

bjpark0805/Corona_defense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Corona_defense

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.

game_image

Overview

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

Data description

  • audio clips
  • background, object(towers, shots, viruses) images

Install

Environment

  • Python 3.8
  • pygame

How to Run

Clone the repository

git clone https://github.com/bjpark0805/Corona_defense.git
cd Corona_defense
python game.py

Contact

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages