/Tower-Defense

CSE 101 BONUS PROJECT

Primary LanguagePython

Tower-Defense

CSE 101 BONUS PROJECT: A rough prototype of a Tower Defense video game made by Zynade, farcat576 and Wadedacoder as a bonus project for the CSE101: Introduction to Programming course offered at IIIT Delhi.

The game is made via pygame (Python wrapper of SDL2), balloons come in an erratic manner and a tower which pops balloons can be placed at any moment. The balloons follow a fixed line(Path)

To run:

  1. Run the command pip install pygame
  2. Run python main.py