Is boring day and feel lazy, I found this game in apple site.
Critical Mass a.k.a. Critter
Surprisingly license under GPL, written on SDL and openGL library. I try to get it compile on Solaris 2.6, but missing openGL, which is 90M size, so I give up.
How can higher code density improve the perfomance?
ReplyDeleteHigher code density means smaller binary size, occupied less memory storage, fetch into memory faster.
ReplyDeleteIf you are referring to execution performance, you need to improve the program coding.