Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_17.ADF » GAMES/BSPACE

GAMES/BSPACE

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_17.ADF
Filename: GAMES/BSPACE
Read OK:
File size: 0165 bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10REM BOXSPACE
   20L=0
   30REPEATL=L+3
   40W=RND(900):IFW<100W=100
   50U=(100-(L*2))
   60V=(W-U)
   70MODE4
   80DRAW1279,0
   90DRAW1279,V
  100MOVE1279,W
  110DRAW1279,1023
  120DRAW0,1023
  130FORI=1TOL
  140VDU31,RND(32)+5,RND(31),42,30
  150NEXT
  160PRINT"PRESS SHIFT  Level ";(L-3)/3:X=0 
  170Y=512
  180REPEAT
  190PLOT69,X,Y
  200X=X+4
  210Y=Y-(INKEY-1+.5)*8
  220UNTILPOINT(X,Y)=1ORX=1280
  230UNTILX<1280
  240SOUND0,-15,4,30:PRINT"PRESS SPACE"
  250REPEATUNTILINKEY-99
  260RUN

� BOXSPACE
L=0

�L=L+3
(W=�(900):�W<100W=100
2U=(100-(L*2))
<V=(W-U)
F�4
P�1279,0
Z�1279,V
d�1279,W
n�1279,1023
x�0,1023
�
�I=1�L
��31,�(32)+5,�(31),42,30
��
�'�"PRESS SHIFT  Level ";(L-3)/3:X=0 
�	Y=512
��
��69,X,Y
�	X=X+4
�Y=Y-(�-1+.5)*8
���X,Y)=1�X=1280
��X<1280
��0,-15,4,30:�"PRESS SPACE"
�
���-99
�
�
00000000  0d 00 0a 0e f4 20 42 4f  58 53 50 41 43 45 0d 00  |..... BOXSPACE..|
00000010  14 07 4c 3d 30 0d 00 1e  0a f5 4c 3d 4c 2b 33 0d  |..L=0.....L=L+3.|
00000020  00 28 18 57 3d b3 28 39  30 30 29 3a e7 57 3c 31  |.(.W=.(900):.W<1|
00000030  30 30 57 3d 31 30 30 0d  00 32 11 55 3d 28 31 30  |00W=100..2.U=(10|
00000040  30 2d 28 4c 2a 32 29 29  0d 00 3c 0b 56 3d 28 57  |0-(L*2))..<.V=(W|
00000050  2d 55 29 0d 00 46 06 eb  34 0d 00 50 0b df 31 32  |-U)..F..4..P..12|
00000060  37 39 2c 30 0d 00 5a 0b  df 31 32 37 39 2c 56 0d  |79,0..Z..1279,V.|
00000070  00 64 0b ec 31 32 37 39  2c 57 0d 00 6e 0e df 31  |.d..1279,W..n..1|
00000080  32 37 39 2c 31 30 32 33  0d 00 78 0b df 30 2c 31  |279,1023..x..0,1|
00000090  30 32 33 0d 00 82 0a e3  49 3d 31 b8 4c 0d 00 8c  |023.....I=1.L...|
000000a0  1b ef 33 31 2c b3 28 33  32 29 2b 35 2c b3 28 33  |..31,.(32)+5,.(3|
000000b0  31 29 2c 34 32 2c 33 30  0d 00 96 05 ed 0d 00 a0  |1),42,30........|
000000c0  27 f1 22 50 52 45 53 53  20 53 48 49 46 54 20 20  |'."PRESS SHIFT  |
000000d0  4c 65 76 65 6c 20 22 3b  28 4c 2d 33 29 2f 33 3a  |Level ";(L-3)/3:|
000000e0  58 3d 30 20 0d 00 aa 09  59 3d 35 31 32 0d 00 b4  |X=0 ....Y=512...|
000000f0  05 f5 0d 00 be 0b f0 36  39 2c 58 2c 59 0d 00 c8  |.......69,X,Y...|
00000100  09 58 3d 58 2b 34 0d 00  d2 12 59 3d 59 2d 28 a6  |.X=X+4....Y=Y-(.|
00000110  2d 31 2b 2e 35 29 2a 38  0d 00 dc 13 fd b0 58 2c  |-1+.5)*8......X,|
00000120  59 29 3d 31 84 58 3d 31  32 38 30 0d 00 e6 0b fd  |Y)=1.X=1280.....|
00000130  58 3c 31 32 38 30 0d 00  f0 1e d4 30 2c 2d 31 35  |X<1280.....0,-15|
00000140  2c 34 2c 33 30 3a f1 22  50 52 45 53 53 20 53 50  |,4,30:."PRESS SP|
00000150  41 43 45 22 0d 00 fa 0a  f5 fd a6 2d 39 39 0d 01  |ACE".......-99..|
00000160  04 05 f9 0d ff                                    |.....|
00000165
GAMES/BSPACE.m0
GAMES/BSPACE.m1
GAMES/BSPACE.m2
GAMES/BSPACE.m4
GAMES/BSPACE.m5