marcusmoller / pyorpg-client

Client for the PyORPG project
Other
56 stars 48 forks source link

Optimize the game loop #2

Open marcusmoller opened 11 years ago

marcusmoller commented 11 years ago

The game loop needs optimization in certain areas.

The first thing to do would be updating only the dirty areas of the screen rather than flipping the whole screen.