Poll: What challenge should the first one be about.
You do not have permission to vote in this poll.
A game
100.00%
7 100.00%
Size based program
0%
0 0%
Other(please post below)
0%
0 0%
Total 7 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Challenge Forum
#11
Oh, please don't worry about that Wink
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
#12
Ok, but it is still very frustrating not to be able to access your own site as well as everyone else accessing.
#13
Yeah, getting stuff on the screen is easy: just POKE it to &hB800. But receiving input is a different story. I would have done it with LINE INPUT or INPUT(1), two keyboard I/O commands you forgot to list. :king:
#14
A new challenge:
A program that clears the screen(SCREEN 13), without using any of qb's drawing commands, like PSET, CIRCLE, LINE, CLS(hehe), PUT.
You can't use * or FOR either...
I don't think it's impossible... Big Grin.
#15
Done: HAHAHAH! Big Grin

Code:
SCREEN 13
PRINT "Hello!"
PRINT "Dummy"
PRINT "Press a key to delete"
SLEEP:K$=INKEY$
SCREEN 13
PRINT "Deleted! :D"

Also

Code:
SCREEN 13:DEF SEG=&HA000
BSAVE "CLS", 0,64000
PRINT "Hello!"
PRINT "Dummy"
PRINT "Press a key to delete"
SLEEP:K$=INKEY$
BLOAD "CLS"
PRINT "Deleted! :D"

Wizardlife: saying INPUT I meant EVERY INPUT commands (INPUT a$, LINE INPUT a$, INPUT(1), INPUT$...) Big Grin Wink :rotfl:
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
#16
Quote:Done: HAHAHAH! Big Grin

A bit dubious(sp?) but it does meet the guidelines hehe

Quote:Wizardlife: saying INPUT I meant EVERY INPUT commands (INPUT a$, LINE INPUT a$, INPUT(1), INPUT$...) Big Grin Wink :rotfl:

Well you can just use INP(61h) or somethhing instead ;-)
#17
Oh cool Big Grin
Now it's your turn, wizardlife... you should post the new challenge Wink
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
#18
awww, forgot BLOAD... :lol:, ok new guidelines, Challenge ver 2:

all the old ones
BLOAD not allowed
reusing SCREEN 13 or any other screen mode is not allowed

There, I think that's all :bounce: .
#19
Ok, as it seems to be more intresting when many people send in ideas lets do it that way. So PM your challenges and I'll post them one at a time(the author can then post his solution or say which is best.)

So PM or email them to me.
#20
Mines the crappiest but...

Code:
Screen 13
Print "watch this cheap ass hack, used to enter a contest"
Print "here goes, im gonna clear the screen"
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "
Print"                                                                              "

Okay, its slow.... its um very hacky and i didnt check if i put enough prints (i think its 20 that screen 13 has) hope i put enough.[edit] fixed some spelling[/edit]

also you code poke at the screen, and im pretty sure you can hit an interuot to do it for you.
b]Hard Rock[/b]
[The Stars Dev Company] [Metal Qb flopped] [The Terror]
Stop Double Posts!
Whats better? HTML or Variables?


Forum Jump:


Users browsing this thread: 1 Guest(s)