Login
Back to forumSee the full topicGo to last reply

Posted By

Gaia
on 2017-02-12
05:20:52
 Re: BASIC Balloon Breaker

Really nice BASIC game, perhaps not an overstatement, that one of the nicest and fastest paced. The speed is impressive from a BASIC game but I think you could still optimize it a bit if you used forced integer arithmetic wherever possible, e.g. not using T = T + 50 but rather T%=T%+50. The BASIC interpreter can better optimize the execution this way (I seem to have some benchmarks in a magazine as well but I can't find it right now).



Back to top


Copyright © Plus/4 World Team, 2001-2024