Author Topic: GAME: Optimize this! (83+BASIC)  (Read 9870 times)

0 Members and 1 Guest are viewing this topic.

burr

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #15 on: August 27, 2007, 10:22:00 pm »
QuoteBegin-Jon+28 Aug, 2007, 2:2-->
QUOTE (Jon @ 28 Aug, 2007, 2:20)
Heh the Ans(1 thing is easy. just do this each time:
c1-->
CODE
ec1
Ans->A
Ans+Ans->B
Ans+Ans->C
....and so on
c2
ec2

If you try that out, it actually doesn't work like you think. Because the current value in Ans is a list, storing Ans to A will actually make A into a list.  

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #16 on: August 28, 2007, 03:09:00 am »
please dont murder my program jon lol... j/k its getting better and better at least ?ompared to the 5 years old crap I wrote in the first post ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Delnar_Ersike

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #17 on: August 28, 2007, 03:54:00 am »
But if it would work, it would be better of like this:
c1-->
CODE
ec1
Ans->A
2Ans->B
2Ans->C
....and so on
c2
ec2

Weregoose

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #18 on: August 28, 2007, 04:28:00 am »
This:
c1-->
CODE
ec1ClrHome
"TTT TTT

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #19 on: August 28, 2007, 04:33:00 am »
I was sure someone would manage to save over 100! %)rolleyes2.gif
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Xphoenix

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #20 on: August 28, 2007, 07:20:00 am »
c1-->
CODE
ec1:ArchivePic 1
:12→dim(LA
:Ans→dim(LB
:Ans→dim(LCc2
ec2
HA! 2 bytes!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #21 on: August 28, 2007, 08:52:00 am »
dont worry I'll make sure to check the code samples in some way to make sure they work, in the mean time make sure it work yourself :Ptongue.gif. It take ages to type everything people post here manually on calc because the formatting breaks when i paste it in TI-Graph Link or SourceCoder x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Radical Pi

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1143
  • Rating: +5/-2
    • View Profile
    • RealityRevolution
GAME: Optimize this! (83+BASIC)
« Reply #22 on: August 28, 2007, 09:06:00 am »
c1-->
CODE
ec1:ArchivePic1
:{0→L1
:DelVar R12→dim(?A
:Ans→dim(?B
:Ans→dim(?C
:Degree
:FnOff
:PlotsOff
:Normal
:Float
:Full
:CoordOff
:GridOff
:AxesOff
:LabelOff
:ExprOff
:ZStandard
:Func
:Connected
:Sequential
:Real
:ClrHome
:Output(7,2,"Programme par
:Output(8,2,"Kevin Ouellet
:Repeat getKey=105
:Output(1,1,"TTT TTT
One of these days I'll get a sig I'm really proud of.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #23 on: August 28, 2007, 06:19:00 pm »
oh great somebody saved me some work. When I started those contest I didnt realised the huge task that was awaiting me (copy all programs posted one by one by and and compare size and see if they work) :Dbiggrin.gif now I have one done alerady  
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Xphoenix

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #24 on: August 29, 2007, 05:05:00 am »
*Xphoenix can help. I converted the original into a program, and edited off of that, so it shouldn't be too hard to convert those . . . Should I help?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #25 on: August 29, 2007, 11:22:00 am »
well the original is alerady a program :Ptongue.gif

it's the launching program for Team Demo found in Downloads/Calculator RPGs and Programming Tools/TI-83+/
feel free too help but you dont have to do it, it will just take longer to declare the winner :Ptongue.gif
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Xphoenix

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #26 on: August 29, 2007, 06:21:00 pm »
Well, the original does not function right if you, for instance, just copy it into graphlink. You need to take care of those special characters. I thought you meant it would be hard to turn all of these into working programs, at which point you could compare the size.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #27 on: August 29, 2007, 06:41:00 pm »
yeah but i meant that there is alerady a downloadable 8xp version of the file in the archives here. in the team demo zip there is prgm thetathetathetathetathetathetathetatheta.8xp, which is that program. Idk if it was locked down tho, you may need Mirage to open it. In my first post i used source coder to post the code but edited it because it didnt showed fine
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Xphoenix

  • Guest
GAME: Optimize this! (83+BASIC)
« Reply #28 on: August 30, 2007, 07:43:00 am »
I would give you mine, but it seems that the uploading is not working.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
GAME: Optimize this! (83+BASIC)
« Reply #29 on: August 30, 2007, 05:11:00 pm »
it should, else just upload to savefile.com
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)