Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EDIT: Make a game in 10 lines or less.
#3
Code:
'this is an amazingly fun game - not.
'press enter when the screen chages colour
'you may need to change the numbers depending on the speed of your system
1 : SCREEN 13
2 : RANDOMIZE TIMER
3 : FOR a = 1 TO INT(RND * 10000000) + 5000000
4 : NEXT
5 : LINE (0, 0)-(320, 200), 5, BF
6 : DO
7 : khb$ = INKEY$
8 : b = b + 1
9 : LOOP UNTIL b = 80000 OR khb$ = CHR$(13)
10 : IF b = 80000 THEN PRINT "You lose" ELSE PRINT "You win"
eminiscing about trapezoids in conjunction with stratospherical parabolas:

No questions asked.

www.stickskate.com
Reply


Messages In This Thread
EDIT: Make a game in 10 lines or less. - by andy - 03-07-2004, 04:04 PM
EDIT: Make a game in 10 lines or less. - by KiZ - 03-09-2004, 12:30 AM
EDIT: Make a game in 10 lines or less. - by KiZ - 03-09-2004, 12:40 AM
EDIT: Make a game in 10 lines or less. - by Zack - 03-09-2004, 08:39 AM
EDIT: Make a game in 10 lines or less. - by KiZ - 03-09-2004, 03:19 PM
10 line game... - by jatos - 03-09-2004, 06:10 PM
my 10 liner - by jatos - 03-09-2004, 09:38 PM
EDIT: Make a game in 10 lines or less. - by KiZ - 03-09-2004, 10:52 PM
EDIT: Make a game in 10 lines or less. - by seph - 05-13-2004, 12:58 AM
EDIT: Make a game in 10 lines or less. - by seph - 05-13-2004, 02:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)