233 topics
746 replies
3

FrozenWinters older than one year ago

Sign-in to post
Why am I posting this?
posted by FrozenWinters Jul 27 2010 02:31 GMT
- Like?

K, it's OLD, but it is worth listening to.

FWs: Code Something Awesome Contest
posted by FrozenWinters Jul 23 2010 16:28 GMT
- Like?

 

Go, open your IDE, make something, awesome. Winner gets something (JRPG items maybe[Maple-18mil gatcho box item; sound good {glowing whip scrolled with 5/7 60% strength scrolls 14% speed plus}]).

RULES:

NO VISUAL NO CODE IDEs (GameMaker); CODE IT YOURSELF!

You must make somthing noteworthy, hellowword apps will be disregarded!

 

Deadline: August 5th

MattTheSpratt

Here, have a game for the BBC Micro.

----------------------------------

100 REM ZOMBIES

110 GOSUB 1100

120 PRINT "......ZOMBIES

130 LET T=2:GOSUB 1400:GOSUB 2800

140 PRINT:PRINT ".******************"

150 FOR I=1 TO 13:PRINT ".*................*":NEXT I

160 PRINT ".******************"

170 DIM Q(8,2)

180 DIM Z(4,2)

190 FOR I=1 TO 4:LET N=16:GOSUB 1300:LET Z(I,1)=R+1:LET N=13:GOSUB 1300:LET Z(I,2)=R+1

200 LET X=Z(I,1):LET Y=Z(I,2):GOSUB 1700:PRINT "Z";

210 NEXT I

220 FOR I=1 TO 8:LET N=16:GOSUB 1300:LET Q(I,1)=R+1:LET N=13:GOSUB 1300:LET Q(I,2)=R+1

230 LET X=Q(I,1)=R+1:LET Y=Q(I,2):GOSUB 1700:PRINT "*";

240 NEXT I

250 LET N=16: GOSUB 1300: LET A=R+1:LET N=13:GOSUB 1300:LET B=R+1:LET X=A:LET Y=B

260 GOSUB 1700:PRINT "H";:LET N=4

270 GOSUB 1500:GOSUB 3100:LET G=GG-48:IF G<1 OR G>9 THEN GOTO 270

280 LET X=A:LET Y=B:GOSUB 1700: PRINT ".";

290 LET D=INT((G-4)/3):LET C=G-3*D-5:LET A=A+C:LET B=B+D

300 IF A=1 OR A=18 OR B=1 OR B=15 THEN GOTO 320

310 GOTO 330

320 LET M$="YOU'RE.IN.THE.SWAMP":GOTO 480

330 LET F=0:FOR I=1 TO 8: IF A=Q(I,1) AND B=Q(I,2) THEN LET F=1

340 NEXT I:IF F=1 THEN LET M$="YOU'RE.IN.QUICKSAND":IF F=1 THEN GOTO 480

350 FOR I=1 TO 4:IF A=Z(I,1) AND B=Z(I,2) THEN LET F=1

360 NEXT I:IF F=1 THEN LET M$="YOU'RE.CAUGHT!": IF F=1 THEN GOTO 480

370 LET X=A:LET Y=B:GOSUB 1700:PRINT "H";:LET Z=50:GOSUB 2400:LET T=0.5:GOSUB 1400

380 FOR I=1 TO 4:IF Z(I,1)=0 THEN GOTO 460

390 LET T=0.5:GOSUB 1400:LET X=Z(I,1):LET Y=Z(I,2):GOSUB 1700:PRINT ".";:LET F=0

400 LET X=X+SGN(A-X):LET Y=Y+SGN(B-Y):LET F=0:FOR J=1 TO 8:IF X=Q(J,1) AND Y=Q(J,2) THEN LET F-1

410 NEXT J:IF F<>1 THEN GOTO 430

420 LET N=N-1:LET Z(I,1)=0:LET Z=35:GOSUB 2400:GOTO 460

430 GOSUB 1700:PRINT "Z":LET Z(I,1)=X:LET Z(I,2)=Y:LET Z=20:GOSUB 2400

440 IF X=A AND Y=B THEN LET M$="CAUGHT!":GOTO 480

450 GOSUB 1700:PRINT "Z":LET Z(I,1)=X:LET Z(I,2)=Y

460 NEXT I:IF N>0 THEN GOTO 270

470 LET M$="YOU'VE.MADE.IT!"

480 LET X=1:LET Y=16:GOSUB 1700:PRINT M$;

490 LET T=4:GOSUB 1400:GOSUB 2800:PRINT:PRINT:STOP

--------------------------------------

This the list of subroutines you'll need to make this game work; they need to be saved to a separate tape.

--------------------------------------

1000 REM BBC SUBROUTINES

1100 MODE 5:VDU 19,0,4;0;:W=20:D=32:F=8:GOSUB 1200:RETURN

1200 CLS:PRINT TAB(0,8);:RETURN

1300 R=RND(N):RETURN

1400 FOR Z=1 TO 1000*T:NEXT Z:RETURN

1500 G$=GET$:RETURN

1600 K$=INKEY$(0):RETURN

1700 PRINT TAB (X,Y);:RETURN

1800 PRINT TAB (X);:RETURN

1900 PRINT CHR$(11);:RETURN

2000 PRINT CHR$(9);:RETURN

2100 INPUT K:RETURN

2200 INPUT K$:RETURN

2300 MODE 7:RETURN

2400 SOUND 1,-15,Z,2:RETURN

2500 R$=CHR$(R+64):RETURN

2600 P$=MID$(K$,P,1):RETURN

2700 GOSUB 2600:A=ASC(P$):RETURN

2800 CLS:RETURN

2900 DIM V$(26):RETURN

3000 DM W$(60):RETURN

3100 GG=ASC(G$):RETURN

I, FrozenWinters now have duct tape.
posted by FrozenWinters Jul 19 2010 17:59 GMT
- Like?

Umineko, lol.

Monocleton
or delete the whole topic
FINALLY BACK! FROM SHITHOLE FOREST! UMINEKO VN TIME!
posted by FrozenWinters Jul 18 2010 00:30 GMT
- Like?
Monocleton
I also do not.
SHIT IS ABOUT TO GO DOWN!!!!!!! ~MUST READ!
witch-hunt.com posted by FrozenWinters Jul 10 2010 20:54 GMT
- Like?

Umineko ep 6 translated.

*crag*; I'm going away for vac for a week tomorow. Won't get to try for a week. Don't spoil.

MM

As much as I'm interested I'm pretty sure nobody else here gives a shit.

YESSSSSSSSSSSS
posted by FrozenWinters Jul 08 2010 17:37 GMT
- Like?
Fallen Shade
uhhh...
TEH AWESOME FROZEN ADVENTURE (NOW WITH 100% MORE MECHA)
posted by FrozenWinters Jul 05 2010 17:23 GMT
- 5 Like?

http://img341.imageshack.us/img341/3778/51472883.jpg

For no reason whatsoever you wake up as a mutant ice spirit with tripod legs. Some person comes jealous of your awesome art style; at this point you realize you have random laser eye vision and burn them. What do you do now?

Monocleton
>Stop using the spraycan in MSpaint so damn much.
Also lick my weiner Frozen, you sexy thing you. :')
BACK FROM CUBA
posted by FrozenWinters Jun 27 2010 15:29 GMT
- Like?

what did I miss?

FrozenWinters
looking forward to Japan/Paraguay
So why did digi sink 2 days ago.
posted by FrozenWinters Jun 18 2010 23:13 GMT
- Like?
MM
*sank
Departing for Cuba within 40min. AFK for a week.
posted by FrozenWinters Jun 19 2010 16:39 GMT
- Like?
MattTheSpratt
Bring me back a case of cigs. :U
FF ONLINE!!!!!!!!!!!
posted by FrozenWinters Jun 15 2010 20:30 GMT
- Like?
Super-Claus
when will they learn counsel series dont work as mmo's
PORTAL
posted by FrozenWinters Jun 15 2010 20:25 GMT
- Like?
FrozenWinters
YES
WHAT THEY JUST BRIBED THE AUDIENCE
posted by FrozenWinters Jun 14 2010 19:04 GMT
- Like?
hawkofrawk
"Sorry for us having such a shitty conference"
Have a free RROD
OFFICIAL DIGIBUTTER TIGER GIRL THREAD
posted by FrozenWinters Jun 14 2010 20:34 GMT
- Like?
hawkofrawk
NO SKITTLES NO!
Do it.
posted by FrozenWinters Jun 15 2010 15:53 GMT
- Like?
FrozenWinters
wii pulse probably got canceled
My Valve/E3 theory
posted by FrozenWinters Jun 14 2010 20:48 GMT
- Like?

Source Engine 2

Why would they postpone Portal 2; to update the engine.

They are going to demonstrate it with a game.

I hope that game is...

 

HLEP3

Gold Prognosticus
I think I heard somewhere that Source Engine 2 isn't going to be at E3.
Waiting for E3; starts in 1 min.
posted by FrozenWinters Jun 14 2010 16:59 GMT
- Like?
Gold Prognosticus

Wait, did I mishear it or did he just say they were giving out free slim 360s to the audience?

What is this... I don't even...
posted by FrozenWinters Jun 13 2010 21:57 GMT
- 2 Like?
FrozenWinters
I agree this is an insult to c#
YES!
posted by FrozenWinters Jun 13 2010 22:01 GMT
- 1 Like?
Nastasia
stop posting shitty videos
Crag why does a directX SKD take 20 min and 70% CPU on an dulecore @ 3.17gH
posted by FrozenWinters Jun 12 2010 02:12 GMT
- Like?
©na

>self-censoring

>doing it wrong when self-censoring

>SKD

>"an" instead of "a"

>dulecore

>@ instead of "at" because of laziness

My ridiculous computer engineering story.
posted by FrozenWinters Jun 02 2010 23:22 GMT
- Like?

I wanted to do some overclock tests on an old win2k computer w. Pentenun 4.

I realised the computer had 2 burnt capicitors and threw an error on startup.

I cut out the 2 capicitors, and...

It statted properly.

Wut.

The.

Crag.

I just cut 2 capicitors from my mothervord and my computer is fixed.

Super-Claus
I once swapped parts in between my 1998 dell inspiron 7000 laptop and a alienware area 51 laptop just to see what would happen, and go figure- the old dell ran fallout3 just fine.
ANIME NORTH WAS CRAGING AWESOME!!!!!!!!!!!!!!!!!!!!!!!!
posted by FrozenWinters May 30 2010 17:02 GMT
- 1 Like?
hawkofrawk
one of my friends went there. Took pictures of every squall he could find. Ended up with somewhere around 20 pictures of the guy.
Posting form an iPad. Just came out in Canada. At apple store, too expensive too buy.
posted by FrozenWinters May 28 2010 19:47 GMT
- Like?
Fallen Shade
Enjoy your hi-technical overpriced vagina bleed towel tampon shit
IM BACK. 3 days w/o PC.
posted by FrozenWinters May 25 2010 00:21 GMT
- Like?
FrozenWinters
I HATE CAMPING!
So who will I see at AnimeNorth.
posted by FrozenWinters May 18 2010 22:21 GMT
- Like?
©na
Also let me know if anybody important that has something to do with giant mecha shows up.
Mario Galalxy DVD tutorial revealed!
posted by FrozenWinters May 22 2010 02:25 GMT
- Like?
Super-Claus
I already beat you to it in the c-box