
Mine

149 bytes smaller then the orginal.
on calc it seems faster, flash debugger is jumpy i guess.
I will post the zip, but i need a hoster or info on how to host

Moderator: tr1p1ea
Treefrog wrote:Tried it out on an 83+. Runs a lot faster, so no more annoying slowdown.
Nice Job!
tr1p1ea wrote:Well you were never supposed to use the existing code, thats there as an example for those who arent BASIC guru's ... as in it doesnt have any speed optimisations or anything.
Nice job too!.
kalan_vod wrote:tr1p1ea wrote:Well you were never supposed to use the existing code, thats there as an example for those who arent BASIC guru's ... as in it doesnt have any speed optimisations or anything.
Nice job too!.
Ohhh lol i thought it was with the code there, and thanks
.......what i win j/k id like to know how you came up with all the logic with the bolean expressions its well
(twisted smile)
Code: Select all
While 1
getkey->K
If K=42
Then
...
End
If K=25
Then
...
End
...
...
End[quote][/quote]
dysfunction wrote:Actually tr1p, your code is difficult to understand, perhaps someone should write an unoptimized, simple version, using very structured code such asCode: Select all
While 1
getkey->K
If K=42
Then
...
End
If K=25
Then
...
End
...
...
End[quote][/quote]