Home » Archimedes archive » Micro User » MU 1991-03.adf » PD-Stuff » Misc/Games/!Tetris/!Help
Misc/Games/!Tetris/!Help
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 » Archimedes archive » Micro User » MU 1991-03.adf » PD-Stuff |
Filename: | Misc/Games/!Tetris/!Help |
Read OK: | ✔ |
File size: | 03BA bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Micro User » MU 1991-02.adf » PD-Stuff » !Tetris/!Help
- Archimedes archive » Micro User » MU 1991-03.adf » PD-Stuff » Misc/Games/!Tetris/!Help
File contents
This is Tetris!, written by Sleepy & Tiggr during some autumn evenings. The software is provided as is. Permission is granted to copy and use it. Permission is denied to make money out of it or to expect anything from it or from its authors. Use the following keys: 4 move tile left 5 rotate tile 6 move tile right 0 drop tile SPACE drop tile n display next tile (toggle) p pause game (toggle) ^A abort Remember that the Tetris! window must have input focus to be able to accept user input. Also, I just discovered that with my version of the C Library Tetris! doesn't like not to be the first task having been started to use the C Library. Another point: Tetris! needs the Trinity.Medium font. The last (but _very_ important) point is that since I'm a lazy bastard, Tetris! only works properly in 16 colour modes... chown: Permission denied. Core error. Bus dumped :-)
00000000 54 68 69 73 20 69 73 20 54 65 74 72 69 73 21 2c |This is Tetris!,| 00000010 20 77 72 69 74 74 65 6e 20 62 79 20 53 6c 65 65 | written by Slee| 00000020 70 79 20 26 20 54 69 67 67 72 20 64 75 72 69 6e |py & Tiggr durin| 00000030 67 20 73 6f 6d 65 20 61 75 74 75 6d 6e 20 65 76 |g some autumn ev| 00000040 65 6e 69 6e 67 73 2e 0a 54 68 65 20 73 6f 66 74 |enings..The soft| 00000050 77 61 72 65 20 69 73 20 70 72 6f 76 69 64 65 64 |ware is provided| 00000060 20 61 73 20 69 73 2e 20 20 50 65 72 6d 69 73 73 | as is. Permiss| 00000070 69 6f 6e 20 69 73 20 67 72 61 6e 74 65 64 20 74 |ion is granted t| 00000080 6f 20 63 6f 70 79 20 61 6e 64 20 75 73 65 20 69 |o copy and use i| 00000090 74 2e 0a 50 65 72 6d 69 73 73 69 6f 6e 20 69 73 |t..Permission is| 000000a0 20 64 65 6e 69 65 64 20 74 6f 20 6d 61 6b 65 20 | denied to make | 000000b0 6d 6f 6e 65 79 20 6f 75 74 20 6f 66 20 69 74 20 |money out of it | 000000c0 6f 72 20 74 6f 20 65 78 70 65 63 74 20 61 6e 79 |or to expect any| 000000d0 74 68 69 6e 67 20 66 72 6f 6d 20 69 74 0a 6f 72 |thing from it.or| 000000e0 20 66 72 6f 6d 20 69 74 73 20 61 75 74 68 6f 72 | from its author| 000000f0 73 2e 0a 0a 55 73 65 20 74 68 65 20 66 6f 6c 6c |s...Use the foll| 00000100 6f 77 69 6e 67 20 6b 65 79 73 3a 0a 0a 20 20 20 |owing keys:.. | 00000110 20 34 20 20 20 20 20 20 20 6d 6f 76 65 20 74 69 | 4 move ti| 00000120 6c 65 20 6c 65 66 74 0a 20 20 20 20 35 20 20 20 |le left. 5 | 00000130 20 20 20 20 72 6f 74 61 74 65 20 74 69 6c 65 0a | rotate tile.| 00000140 20 20 20 20 36 20 20 20 20 20 20 20 6d 6f 76 65 | 6 move| 00000150 20 74 69 6c 65 20 72 69 67 68 74 0a 20 20 20 20 | tile right. | 00000160 30 20 20 20 20 20 20 20 64 72 6f 70 20 74 69 6c |0 drop til| 00000170 65 0a 20 20 20 20 53 50 41 43 45 20 20 20 64 72 |e. SPACE dr| 00000180 6f 70 20 74 69 6c 65 0a 20 20 20 20 6e 20 20 20 |op tile. n | 00000190 20 20 20 20 64 69 73 70 6c 61 79 20 6e 65 78 74 | display next| 000001a0 20 74 69 6c 65 20 28 74 6f 67 67 6c 65 29 0a 20 | tile (toggle). | 000001b0 20 20 20 70 20 20 20 20 20 20 20 70 61 75 73 65 | p pause| 000001c0 20 67 61 6d 65 20 28 74 6f 67 67 6c 65 29 0a 20 | game (toggle). | 000001d0 20 20 20 5e 41 20 20 20 20 20 20 61 62 6f 72 74 | ^A abort| 000001e0 0a 0a 52 65 6d 65 6d 62 65 72 20 74 68 61 74 20 |..Remember that | 000001f0 74 68 65 20 54 65 74 72 69 73 21 20 77 69 6e 64 |the Tetris! wind| 00000200 6f 77 20 6d 75 73 74 20 68 61 76 65 20 69 6e 70 |ow must have inp| 00000210 75 74 20 66 6f 63 75 73 20 74 6f 20 62 65 20 61 |ut focus to be a| 00000220 62 6c 65 20 74 6f 20 61 63 63 65 70 74 0a 75 73 |ble to accept.us| 00000230 65 72 20 69 6e 70 75 74 2e 20 20 41 6c 73 6f 2c |er input. Also,| 00000240 20 49 20 6a 75 73 74 20 64 69 73 63 6f 76 65 72 | I just discover| 00000250 65 64 20 74 68 61 74 20 77 69 74 68 20 6d 79 20 |ed that with my | 00000260 76 65 72 73 69 6f 6e 20 6f 66 20 74 68 65 20 43 |version of the C| 00000270 20 4c 69 62 72 61 72 79 0a 54 65 74 72 69 73 21 | Library.Tetris!| 00000280 20 64 6f 65 73 6e 27 74 20 6c 69 6b 65 20 6e 6f | doesn't like no| 00000290 74 20 74 6f 20 62 65 20 74 68 65 20 66 69 72 73 |t to be the firs| 000002a0 74 20 74 61 73 6b 20 68 61 76 69 6e 67 20 62 65 |t task having be| 000002b0 65 6e 20 73 74 61 72 74 65 64 20 74 6f 20 75 73 |en started to us| 000002c0 65 20 74 68 65 0a 43 20 4c 69 62 72 61 72 79 2e |e the.C Library.| 000002d0 20 20 41 6e 6f 74 68 65 72 20 70 6f 69 6e 74 3a | Another point:| 000002e0 20 54 65 74 72 69 73 21 20 6e 65 65 64 73 20 74 | Tetris! needs t| 000002f0 68 65 20 54 72 69 6e 69 74 79 2e 4d 65 64 69 75 |he Trinity.Mediu| 00000300 6d 20 66 6f 6e 74 2e 20 20 54 68 65 20 6c 61 73 |m font. The las| 00000310 74 0a 28 62 75 74 20 5f 76 65 72 79 5f 20 69 6d |t.(but _very_ im| 00000320 70 6f 72 74 61 6e 74 29 20 70 6f 69 6e 74 20 69 |portant) point i| 00000330 73 20 74 68 61 74 20 73 69 6e 63 65 20 49 27 6d |s that since I'm| 00000340 20 61 20 6c 61 7a 79 20 62 61 73 74 61 72 64 2c | a lazy bastard,| 00000350 20 54 65 74 72 69 73 21 20 6f 6e 6c 79 0a 77 6f | Tetris! only.wo| 00000360 72 6b 73 20 70 72 6f 70 65 72 6c 79 20 69 6e 20 |rks properly in | 00000370 31 36 20 63 6f 6c 6f 75 72 20 6d 6f 64 65 73 2e |16 colour modes.| 00000380 2e 2e 0a 0a 63 68 6f 77 6e 3a 20 50 65 72 6d 69 |....chown: Permi| 00000390 73 73 69 6f 6e 20 64 65 6e 69 65 64 2e 0a 43 6f |ssion denied..Co| 000003a0 72 65 20 65 72 72 6f 72 2e 20 20 42 75 73 20 64 |re error. Bus d| 000003b0 75 6d 70 65 64 20 3a 2d 29 0a |umped :-).| 000003ba