So, I've stayed up all night last night creating my Agario program. I've heard about it and played it, so I created a awesome program for it- My version. But 1 problem: I can only move the circles left and right, but not up or down. And it needs optimization.
Can any of you guys post your code? Or post to see how you would do it? My code constantly every 1/2 second, it flickers (I used the ClrDraw in the :Repeat K getKey→K) Thank you so much. Guests to this site, you can try this to if you want.
P.S., Myles, I cant tell which computer for certain because the I don't use the same monitors every day…
Erm, kinda hard to optimize code that's not there.
I will post it. I am finishing up the code right now.
Never mind moderators…
For future reference, please follow the double posting rule. Edit your posts instead of making two posts in a row.
Code of Conduct
If any of you guys know how to create this code, could you send a private massage to me? I really don't want to post my program again for the millionth time. 1,063 bytes of code is a lot…
Thanks!
P.S., I just noticed my karma went up from blue to green. LETS PARTEY!!!!
1,063 bytes is nothing, I typed 7k bytes of code before I was able to get a link cable :)
I think you can do it, but I'd imagine this going faster if you used Axe (an easier form of Assembly). Or you could try to make it using a fast Pt-On routine. For example:
0->Xmin:94->Xmax
0->Ymin:62->Ymax
ClrDraw
47->A:31->B
While 1
A+C->A
B+D->D
getKey->K
If Ans
Pt-Off(A,B,2
DeltaList(K={24,26->C
DeltaList(K={25,34->D
Pt-On(A+C,B+D,2
End
That would get you your basic movement (I think) in TI-Basic. As for Axe, I might post that some other time.
And congrats! Your moving up :D
So wait, that first bar is blue? I always thought it looked more like a light green, but now that I look at it closely, it is blue. CONGRATULATIONS! At your rate, you might be able to become a guru in under 365 days.
Trenly? Myles? Battlesquid? Guests? Got any Ideas? My friend loves agario.biz, and I want to create a simple game program of it. Could you guys help?
eh… no. A Agar.io has a lot of things for the calculator to keep track of. It would run wayyyyyy to slowly to program it in ti-basic. you would need machine language to do it. But nothing is stopping me from trying to make this. It just won't have circles. ;)
Axe, is an easy TI Basic-like language that compiles to assembly, so you might want to look into that.
Would certain things be in the catalog?