EssoAir
Well-Known Member
Ok, I loaded up a game that I recently revisited (I'm going to rewrite it in Java). I tried running it and it works on my Pandora (1ghz) but it lags more than I'd hopes it would. I could potentially try and make the code more conservative and use less resources, which should improve performance. Currently, most elements are if statements that are constantly checking to see if their condition is true. I'll try and rewrite those then report back here.