Okay, this is awesome. Wonderful game! I really like it; great job, program4. ;D
One quick suggestion: Use Pt-On(X,Y,3) and Pt-Off(X,Y,3) for the +s in game three instead of Text(). ;)
I believe you mean game 2 (the upper right corner) ;). I'll put this in.Ah yes, game two then. :)
I like it! I also like the speed of games even if it's not as fast as Simul. The only complaint is that the avoid game is really hard when it's the only game in action. I can only survive about 5 seconds :/
Another thing is that you forgot to turn axises off, something so many people still forget.
Also collision detection during the pong game isn't very good because I lose even when hitting the ball most of the time.
Yeah, I thought the same thing the first time I ran it. You could do something like this instead:Another thing is that you forgot to turn axises off, something so many people still forget.
I'm pretty sure I did. The "axises" are intentionally created so that if you are playing 2, 3, or 4 games at once, you know how far your character can go.
Horizontal -31
Horizontal -33
Vertical 46
Vertical 48
@ztrumpet: Thanks! The flicker is caused by Pt-On and Pt-Off being not fast enough, probably, so I'm not sure I can fix it. :-\ I'll try, though.Try changing the order of the code so it goes like this (or something similar):
@jsj: I'll probably save one highscore in a future release. ;)Yeah I know, I guess it was because I was playing on emulator. X.x
@DJ: Well... ;DSpoiler For level 3:Spoiler For level 5:
@ztrumpet: Thanks! The flicker is caused by Pt-On and Pt-Off being not fast enough, probably, so I'm not sure I can fix it. :-\ I'll try, though.
The third game seems a little flickery, but that's my only complaint. ;D
Note: You cannot take the log of 0. May I suggest something like this log(Ans+not(Ans)) when you put the value before that expression. Try running the program after deleting the high score list. ;)
Wonderful game (after I hacked my way in). It looks very polished, except there's no way to get a highscore on hard without first knowing to press [Math]. I still think the third one is a little flickery, but other than that it's very, very cool. :)
Because, if I do that, the ball looks like it is floating in the air sometimes. :-\Ah, that could be a little strange. How are you determining where to place the ball now?
1+2randInt(1,16)
, it says "ERR:OVERFLOW" ???I am having a problem running the program. :(Try doing a 0->rand on the homescreen. (Some assembly program didn't clip their sprites...)
Every time the parser runs intoCode: [Select]1+2randInt(1,16)
, it says "ERR:OVERFLOW" ???
(When I run it from HomeScreen, it does the same thing too)
Perhaps an OS 2.55 problem?
So, I have the equation of the line. I use that, and given the x-coordinate of the point, I find the y-coordinate so that the point lies on the line. Then, I move the point 2 pixels up. I think the floating is caused by how the line is made of pixels instead of being perfectly straight...Okay, cool. What if you did a pixel test on each of the corners to see if it needs to move up or down after finding the y, as "fine tuning"? :D
I am having a problem running the program. :(Try doing a 0->rand on the homescreen. (Some assembly program didn't clip their sprites...)
Every time the parser runs intoCode: [Select]1+2randInt(1,16)
, it says "ERR:OVERFLOW" ???
(When I run it from HomeScreen, it does the same thing too)
Perhaps an OS 2.55 problem?
So, I have the equation of the line. I use that, and given the x-coordinate of the point, I find the y-coordinate so that the point lies on the line. Then, I move the point 2 pixels up. I think the floating is caused by how the line is made of pixels instead of being perfectly straight...Okay, cool. What if you did a pixel test on each of the corners to see if it needs to move up or down after finding the y, as "fine tuning"? :D
Yeah, I also don't like that as well. I guess it's fine with the flicker. ;)
One thing I noticed when I glanced at the code:
You have some code like "formula->Str0:expr(Str0 which is pretty cool, but it could be optimized if you wrote it like this: "formula->u:u (the 'u' is [2nd] [7]) I hope this helps. :D