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
#21
Hehehehehe, you've done it I guess!!!.
Ok,
1. nathan
2. Hard Rock
3. ???

who will win the 3rd place?, ok here comes challenge ver 3:

Guidelines:

all the old guidelines
PRINT not allowed

Now, I hope I haven't forgotten anything now again... :lol: :lol: :lol: .
#22
A single question... Do you know to do it? :barf:
Just curiosity Big Grin
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
#23
Yes Big Grin
#24
Code:
'$INCLUDE: 'QB.BI'
DIM InAry AS RegType, OutAry AS RegType
InAry.ax = &H13
CALL INTERRUPT(&H10, InAry, OutAry)

Don't forget to use qb/l ;-)
#25
Quote:You can't use * or FOR either...
I
so what if...

Code:
SCREEN 13
DEF SEG=&HA000
i%=0
WHILE i%<64000
   POKE i%,0
   i%=i%+1
WEND
DEF SEG
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
#26
Yup, we have three winners Big Grin:

nathan, Hard Rock and wildcard.

Hmmm, I guess there must be a final:
But only nathan, Hard Rock and wildcard can enter...
#27
Ok, here comes the final challenge:

Guidelines:
Make a rotating box in the middle of the screen, not a filled box.
It should rotate by itself.

The first to enter that program, wins...
#28
Quote:
BlueKeyboard Wrote:You can't use * or FOR either...
I
so what if...

Code:
SCREEN 13
DEF SEG=&HA000
i%=0
WHILE i%<64000
   POKE i%,0
   i%=i%+1
WEND
DEF SEG

Yup, it is that easy Big Grin Big Grin Big Grin
#29
Pseduo bad entry ;-)

Code:
SCREEN 13

time! = TIMER
DO: del = del + 1: LOOP UNTIL TIMER - time! > .05
time2 = TIMER

FOR i = 0 TO 360
DRAW "M160,100TA" + STR$(i) + "C0L5C0C15U10R10D10L10"
FOR dell = 0 TO del: NEXT dell
WAIT 986, 8
CLS
NEXT i
#30
wildcard won!!! :bounce:


Forum Jump:


Users browsing this thread: 2 Guest(s)