markromanmiller / triangle-attack

Attack of the Triangles is a tower defense game built in Python and Pygame during a twelve-hour hackathon and packaged afterwards
1 stars 2 forks source link

Enemies can cross into normally blocked spots #7

Open markromanmiller opened 10 years ago

markromanmiller commented 10 years ago

Perhaps we should use the pathfinding algorithm talked about in CS125? I don't exactly know how the pathfinding itself works, I suppose that's the first priority.