Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower Defense Game 🏰

This is an ongoing tower defense game project. It's still a work-in-progress but we are getting there! :D

What's done so far:

  • Code Split: The code is split into multiple files (sprites.py, wave.py, etc.) instead of one massive messy file so it's easier to read.
  • JSON Data: I use JSON files to store enemy stats, maps, and wave configurations like a dict.
  • Asset Generator: Since I'm not good at drawing, I wrote a generator.py script that uses basic math shapes and pygame to automatically create png assets and save them in a folder.

How to run it:

Just run main.py using Python 3 and Pygame!

About

A tower defense game a generic one

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages