General Discussions

CPUFreak91's Game Programming Tips and Tricks – CPUFreak91

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
Today's Tip(s):
Don't render 20+ lines of text with pygame on the fly. Your program will run extremely slow. Pre-render them before all of them are blitted.

Use dictionaries and lists wherever possible (preferably dictionaries).

------------------
All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2