|
|
This thread is locked; no one can reply to it.
|
1
2
|
| QBasic Nerd |
|
le_y_mistar
Member #8,251
January 2007
|
|
Mark Oates
Member #1,146
March 2001
|
My first computer class was Basic, and we would all write programs that flashed colors on the screen and write "VIRUS!!" -- |
|
Matthew Leverton
Supreme Loser
January 1999
|
Quote: I dare others to post their own, if they have any. First off, your source code was truncated because it exceeded the size limit. But if anybody wants a good laugh, my Monopoly source code is very funny. I started it when I was 11 or 12 in GW-BASIC. There was no Internet and I didn't know anybody that programmed. Everything I knew was from C64 books, which obviously wasn't the same as GW-BASIC. The great part is half the code is GW-BASIC with line numbers and absolutely no concept of programming. It starts out: 10 SCREEN 0: WIDTH 80, 43: COLOR 11, 7: CLS : RANDOMIZE TIMER: DIM SHARED p$(40), p(40), po(40), dola, dolb, n, alch(14), alche(15), mortgage(40) 13 cl$ = " " 15 FOR n = 1 TO 40: po(n) = 3: NEXT n: xxx = 20: yyy = 20: bbb = xxx: ccc = yyy 17 dola = 1500: dolb = 1500: I had no idea what an array was (nor that they even existed), thus you see "dola" and "dolb" for player 1's and player 2's cash respectively. But at some point I had a revelation, and started using arrays. (Thank-you, QBASIC online help.) I enjoyed making patterns with QBASIC, since it had such a cool IDE:
I love it! |
|
jhuuskon
Member #302
April 2000
|
Ouch. My ears bleed thanks to the Microsoft/Roland GM/GS software synthesizer sounds. Maybe in 20 years this'll have some camp value, right now it's just another viable torture method for the Abu Ghraib guards. You don't deserve my sig. |
|
|
1
2
|