Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
GAME: Optimize this! (83+BASIC)
« previous
next »
Print
Pages:
1
[
2
]
3
4
...
6
Go Down
Author
Topic: GAME: Optimize this! (83+BASIC) (Read 11346 times)
0 Members and 3 Guests 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.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
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 ^^
Logged
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
Logged
Weregoose
Guest
GAME: Optimize this! (83+BASIC)
«
Reply #18 on:
August 28, 2007, 04:28:00 am »
This:
c1-->
CODE
ec1ClrHome
"TTT TTT
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
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! %)
Logged
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!
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
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
. 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
Logged
Radical Pi
LV9
Veteran (Next: 1337)
Posts: 1143
Rating: +5/-2
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
Logged
One of these days I'll get a sig I'm really proud of.
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
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)
now I have one done alerady
Logged
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?
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
GAME: Optimize this! (83+BASIC)
«
Reply #25 on:
August 29, 2007, 11:22:00 am »
well the original is alerady a program
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
Logged
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.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
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
Logged
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.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
GAME: Optimize this! (83+BASIC)
«
Reply #29 on:
August 30, 2007, 05:11:00 pm »
it should, else just upload to savefile.com
Logged
Print
Pages:
1
[
2
]
3
4
...
6
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
GAME: Optimize this! (83+BASIC)