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

Slow Game Performance #4

Closed markromanmiller closed 10 years ago

markromanmiller commented 10 years ago

With enough enemies and arc towers, the game begins to lag considerably.

To fix:

markromanmiller commented 10 years ago

Using surface.convert() produced a noticeable increase in smoothness.