Author Topic: Contest [updated 07/09/2009]  (Read 70982 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Contest
« Reply #165 on: June 17, 2009, 08:52:48 pm »
well it is what a platformer is
/e

Offline simplethinker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 695
  • Rating: +16/-5
  • snjwffl
    • View Profile
Re: Contest [updated 6/20/2009]
« Reply #166 on: June 20, 2009, 12:16:54 pm »
There has been an addition to the rules.  The first post in this thread has been updated.

When asked about receiving help with ideas, our response has been that it is not allowed since the entry should be the author's work alone. This has led to some confusion because the official announcement mentioned nothing about it, and so we've decided to officially add this as the new rule #4.
« Last Edit: June 20, 2009, 02:28:48 pm by simplethinker »
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Professor Robert Silensky



Chip's Challenge: ħ%

allynfolksjr

  • Guest
Re: Contest [updated 6/20/2009]
« Reply #167 on: June 20, 2009, 03:48:25 pm »
That's a stupid rule.

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
Re: Contest [updated 6/20/2009]
« Reply #168 on: June 20, 2009, 10:59:14 pm »
</trolling>

Raylin

  • Guest
Re: Contest [updated 6/20/2009]
« Reply #169 on: June 25, 2009, 04:27:45 pm »
I think that, for the pure BASIC category, if you use assembly hex codes, it should still be counted in the pure BASIC category. I mean, seriously. Anyone can type in the hex codes, so no external programs are being loaded onto the calculator. And, every model can use them.

Does anyone agree?

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Contest [updated 6/20/2009]
« Reply #170 on: June 25, 2009, 05:30:53 pm »
So lets say I re-created Super-Maro (http://www.ticalc.org/archives/files/fileinfo/174/17452.html) in regular uncompiled Hex, would that really be fair to regular BASIC programers?  HEX is no different from the assembly you write on the computer, and in fact, there are plenty of programs that enable you to write assembly programs on your calculator!

Raylin

  • Guest
Re: Contest [updated 6/20/2009]
« Reply #171 on: June 25, 2009, 06:02:51 pm »
Come on, dude. You know what I'm talking about. Don't make this literal.

I'm talking about these: http://tibasicdev.wikidot.com/hexcodes

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Contest [updated 6/20/2009]
« Reply #172 on: June 25, 2009, 06:18:52 pm »
But where do you draw the line?  Where's the border?  If you can do radio text, why not fill the screen?  If you can fill the screen, why not fill only part of the screen?  Since that's basically rectangle filling, can we extend it to drawing the border?  How about a simple sprite drawing routine?  How about advanced key input, that's pretty simple.

See what I mean?  Its difficult to draw the line between basic hex codes, and all out assembly programing.  As it is, BASIC programing actualy means using the TI-BASIC language, which excludes all assembly, hex codes or not.  As soon as you do something like turn off the run indicator, you are already 1 up on regular BASIC

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Contest [updated 6/20/2009]
« Reply #173 on: June 25, 2009, 06:20:54 pm »
they are still the same as assembly codes, Builderboy's comment is valid. Hexcodes are the same as using assembly libraries, it counts as a hybrid game/program.
EDIT: nice ninja there Builderboy

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
Re: Contest [updated 6/20/2009]
« Reply #174 on: June 25, 2009, 10:01:45 pm »
Raylin, you're getting rude there. This is a warning. You have no right on these forums to be rude to other members, even less just because they disagree with you and even less considering they're established forum members and they know what they're talking about. Builderboy and Eeems are right. Hex code=ASM code. Omnicalc ExecAsm( function=hex code= ASM code. If OpenLib/ExecLib uses functions from an ASM application that can be deleted from the calculator, then it's not pure BASIC anymore either. Pure BASIC programs must remain pure BASIC. AsmComp( and AsmPrgm are BASIC commands too, but the hex code put afterward is not. Rules were set so pure BASIC only contains pure BASIC programs and lib-enhanced programs competes against ASM. You should be happy we even allow ASM libs at all because most contests wouldn't even do that (see MaxCoderz, Cemetech. I think UTI contest only allowed Codex and Zsprite as ASM libs for the BASIC contest. In 2004, MaxCoderz even had a contest where pure BASIC (no ASM/hex) competed against ASM. If you're not happy with how our contest works, then don't participate. Simple as that. Or just submit something anyway and if it contains hex/asm it will be automatically moved to the ASM/hybrid category

Have respect for the other forum members and don't pull off a "You're overreacting about my post, Jesus" like you did in a topic on UTI, because rules are rules. If UTI allow rudeness in users' posts, it doesn't mean we do. We welcome all new forum members, as long as they respect us and stay polite. Omnimaga is meant to be a forum free of any hostility.
« Last Edit: June 25, 2009, 10:05:37 pm by DJ Omnimaga »

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Contest [updated 6/20/2009]
« Reply #175 on: July 01, 2009, 04:56:22 pm »
Can I join this contest? Or is it too late? (Just saw this on ticalc.org). 0.0
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline simplethinker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 695
  • Rating: +16/-5
  • snjwffl
    • View Profile
Re: Contest [updated 6/20/2009]
« Reply #176 on: July 01, 2009, 05:16:39 pm »
Can I join this contest? Or is it too late? (Just saw this on ticalc.org). 0.0
As long as it's submitted by August 24.
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Professor Robert Silensky



Chip's Challenge: ħ%

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Contest [updated 6/20/2009]
« Reply #177 on: July 01, 2009, 05:58:19 pm »
Cool! ^_^
I look forward to competing with you all!   :P
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Contest [updated 6/20/2009]
« Reply #178 on: July 02, 2009, 12:03:52 am »
good luck :)

Offline simplethinker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 695
  • Rating: +16/-5
  • snjwffl
    • View Profile
Re: Contest [updated 07/09/2009]
« Reply #179 on: July 24, 2009, 01:16:48 pm »
There's only one month left until the deadline.  Remember: entries must be submitted by 11:59PM CST (UTC-6).
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Professor Robert Silensky



Chip's Challenge: ħ%