Home » CEEFAX disks » telesoftware7.adl » 24-06-88/T\HANG

24-06-88/T\HANG

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 » CEEFAX disks » telesoftware7.adl
Filename: 24-06-88/T\HANG
Read OK:
File size: 0C45 bytes
Load address: FFFF1900
Exec address: FFFF8023
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
   10REM
   20REM (c) PETER WRIGHT 4/6/87
   30REM
   40*FX229,1
   50REM DISABLE ESCAPE
   60REM
   90REM
  100REM THE INSTRUCTIONS
  110MODE7
  120VDU 23;8202;0;0;0; :REM TURN OFF CURSOR
  130PRINTCHR$141;"    H A N G M A N"'CHR$141;"    H A N G M A N"
  140PRINT''" This is a game for 1 or 2 players,"''"1 player game :- the computer choses a  word from its vocabulary of 500 words."''"2 player game :- 2 players battle       against each others wits."'''"PRESS ANY KEY TO CONTINUE"
  150G=GET
  160CLS
  170PRINT"INSTRUCTIONS FOR 1 PLAYER GAME"'"______________________________"
  180PRINT''"RUN the game, at the first option press '1' and then RETURN. The computer will  now ask you your name, type it in and   hit RETURN."'" The computer will now choose a word    from its 500 available to it."
  190PRINT''"Unfortunately you cannot type a word forthe computer to guess as the memory is  not available and besides we will start straying into Artificial Intelligence."
  200PRINT''"INSTRUCTIONS FOR PLAYING AND SCREEN     DISPLAY FOLLOW 2 PLAYER INSTRUCTIONS    PRESS ANY KEY TO CONTINUE"
  210G=GET
  220CLS
  230PRINT"INSTRUCTIONS FOR 2 PLAYER GAME"'"______________________________"
  240PRINT'"RUN the game, at the first option type  '2' and press RETURN."''"The computer will now ask for the name  of PLAYER 1 type the name,(this player  will choose the word for PLAYER 2),and  press RETURN do the same for PLAYER 2."
  250PRINT''"The computer will now ask for PLAYER 1  to type in the word. Type this in the   word MUST be in capitals and MUST not   contain any punctuation or numbers"'" Then play the game as given after the  screen display ";
  260PRINT"( NEXT PAGE OF INSTRUC_  TIONS.)"'"Do the same for PLAYER 2  (You  will be prompted during the program for what is required.)"
  270PRINT'"PRESS ANY KEY TO CONTINUE"
  280G=GET
  290CLS
  300PRINT" The sreen display is set out as follows"'"TOP RIGHT displays the players name     (the one who is guessing the word)."''"MIDDLE LEFT shows the hangman forming   when his left leg is drawn the game is  lost."
  310PRINT'"MIDDLE RIGHT this grid shows the lettersthat have been used (letters may not be used more than once a tone will sound ifthey are , as all letters in the word   will be shown on the first guess of thatletter.)"
  320PRINT" Above that dashes show the hidden      letters (1 dash per letter.)"
  330PRINT'"BOTTOM LEFT the prompt for a letter to  be guessed (CAPITALS or UPPER CASE only otherwise it will prompt you to guess   again)." 
  340PRINT'"PRESS ANY KEY TO CONTINUE"
  350G=GET
  360CLS
  370PRINT"PLAYING THE GAME."
  380PRINT'" The game is based on the traditional   HANGMAN, a word is chosen , you have to guess what this word is. You do this by having a random guess of letters,       usually by vowels first then consonants."
  390PRINT"The object is to guess the word before  the man is 'HUNG'."
  400PRINT'" To guess a letters simply type in your letter when told to do so at the BOTTOM LEFT of the screen."
  410PRINT'" Use capitals only, each letter once    only and if you should type in more thanone letter the first letter will be used only !"
  420*FX229
  430REM ENABLE ESCAPE
  440ON ERROR GOTO 480
  450PRINT'"If you are ready to LOAD and play the   game hit ESCAPE. If not and would to    read these instructions again PRESS ANY KEY."
  460G=GET
  470RUN
  480CHAIN"P/HANG"

�
� (c) PETER WRIGHT 4/6/87
�
(*FX229,1
2� DISABLE ESCAPE
<�
Z�
d� THE INSTRUCTIONS
n�7
x'� 23;8202;0;0;0; :� TURN OFF CURSOR
�6�141;"    H A N G M A N"'�141;"    H A N G M A N"
���''" This is a game for 1 or 2 players,"''"1 player game :- the computer choses a  word from its vocabulary of 500 words."''"2 player game :- 2 players battle       against each others wits."'''"PRESS ANY KEY TO CONTINUE"
�G=�
��
�F�"INSTRUCTIONS FOR 1 PLAYER GAME"'"______________________________"
���''"RUN the game, at the first option press '1' and then RETURN. The computer will  now ask you your name, type it in and   hit RETURN."'" The computer will now choose a word    from its 500 available to it."
���''"Unfortunately you cannot type a word forthe computer to guess as the memory is  not available and besides we will start straying into Artificial Intelligence."
�r�''"INSTRUCTIONS FOR PLAYING AND SCREEN     DISPLAY FOLLOW 2 PLAYER INSTRUCTIONS    PRESS ANY KEY TO CONTINUE"
�G=�
��
�F�"INSTRUCTIONS FOR 2 PLAYER GAME"'"______________________________"
���'"RUN the game, at the first option type  '2' and press RETURN."''"The computer will now ask for the name  of PLAYER 1 type the name,(this player  will choose the word for PLAYER 2),and  press RETURN do the same for PLAYER 2."
���''"The computer will now ask for PLAYER 1  to type in the word. Type this in the   word MUST be in capitals and MUST not   contain any punctuation or numbers"'" Then play the game as given after the  screen display ";
��"( NEXT PAGE OF INSTRUC_  TIONS.)"'"Do the same for PLAYER 2  (You  will be prompted during the program for what is required.)"
!�'"PRESS ANY KEY TO CONTINUE"
G=�
"�
,��" The sreen display is set out as follows"'"TOP RIGHT displays the players name     (the one who is guessing the word)."''"MIDDLE LEFT shows the hangman forming   when his left leg is drawn the game is  lost."
6��'"MIDDLE RIGHT this grid shows the lettersthat have been used (letters may not be used more than once a tone will sound ifthey are , as all letters in the word   will be shown on the first guess of thatletter.)"
@K�" Above that dashes show the hidden      letters (1 dash per letter.)"
J��'"BOTTOM LEFT the prompt for a letter to  be guessed (CAPITALS or UPPER CASE only otherwise it will prompt you to guess   again)." 
T!�'"PRESS ANY KEY TO CONTINUE"
^G=�
h�
r�"PLAYING THE GAME."
|��'" The game is based on the traditional   HANGMAN, a word is chosen , you have to guess what this word is. You do this by having a random guess of letters,       usually by vowels first then consonants."
�A�"The object is to guess the word before  the man is 'HUNG'."
�k�'" To guess a letters simply type in your letter when told to do so at the BOTTOM LEFT of the screen."
���'" Use capitals only, each letter once    only and if you should type in more thanone letter the first letter will be used only !"
�
*FX229
�� ENABLE ESCAPE
�� � � �d`A
„�'"If you are ready to LOAD and play the   game hit ESCAPE. If not and would to    read these instructions again PRESS ANY KEY."
�G=�
��
�
�"P/HANG"
�
00000000  0d 00 0a 05 f4 0d 00 14  1d f4 20 28 63 29 20 50  |.......... (c) P|
00000010  45 54 45 52 20 57 52 49  47 48 54 20 34 2f 36 2f  |ETER WRIGHT 4/6/|
00000020  38 37 0d 00 1e 05 f4 0d  00 28 0c 2a 46 58 32 32  |87.......(.*FX22|
00000030  39 2c 31 0d 00 32 14 f4  20 44 49 53 41 42 4c 45  |9,1..2.. DISABLE|
00000040  20 45 53 43 41 50 45 0d  00 3c 05 f4 0d 00 5a 05  | ESCAPE..<....Z.|
00000050  f4 0d 00 64 16 f4 20 54  48 45 20 49 4e 53 54 52  |...d.. THE INSTR|
00000060  55 43 54 49 4f 4e 53 0d  00 6e 06 eb 37 0d 00 78  |UCTIONS..n..7..x|
00000070  27 ef 20 32 33 3b 38 32  30 32 3b 30 3b 30 3b 30  |'. 23;8202;0;0;0|
00000080  3b 20 3a f4 20 54 55 52  4e 20 4f 46 46 20 43 55  |; :. TURN OFF CU|
00000090  52 53 4f 52 0d 00 82 36  f1 bd 31 34 31 3b 22 20  |RSOR...6..141;" |
000000a0  20 20 20 48 20 41 20 4e  20 47 20 4d 20 41 20 4e  |   H A N G M A N|
000000b0  22 27 bd 31 34 31 3b 22  20 20 20 20 48 20 41 20  |"'.141;"    H A |
000000c0  4e 20 47 20 4d 20 41 20  4e 22 0d 00 8c e1 f1 27  |N G M A N".....'|
000000d0  27 22 20 54 68 69 73 20  69 73 20 61 20 67 61 6d  |'" This is a gam|
000000e0  65 20 66 6f 72 20 31 20  6f 72 20 32 20 70 6c 61  |e for 1 or 2 pla|
000000f0  79 65 72 73 2c 22 27 27  22 31 20 70 6c 61 79 65  |yers,"''"1 playe|
00000100  72 20 67 61 6d 65 20 3a  2d 20 74 68 65 20 63 6f  |r game :- the co|
00000110  6d 70 75 74 65 72 20 63  68 6f 73 65 73 20 61 20  |mputer choses a |
00000120  20 77 6f 72 64 20 66 72  6f 6d 20 69 74 73 20 76  | word from its v|
00000130  6f 63 61 62 75 6c 61 72  79 20 6f 66 20 35 30 30  |ocabulary of 500|
00000140  20 77 6f 72 64 73 2e 22  27 27 22 32 20 70 6c 61  | words."''"2 pla|
00000150  79 65 72 20 67 61 6d 65  20 3a 2d 20 32 20 70 6c  |yer game :- 2 pl|
00000160  61 79 65 72 73 20 62 61  74 74 6c 65 20 20 20 20  |ayers battle    |
00000170  20 20 20 61 67 61 69 6e  73 74 20 65 61 63 68 20  |   against each |
00000180  6f 74 68 65 72 73 20 77  69 74 73 2e 22 27 27 27  |others wits."'''|
00000190  22 50 52 45 53 53 20 41  4e 59 20 4b 45 59 20 54  |"PRESS ANY KEY T|
000001a0  4f 20 43 4f 4e 54 49 4e  55 45 22 0d 00 96 07 47  |O CONTINUE"....G|
000001b0  3d a5 0d 00 a0 05 db 0d  00 aa 46 f1 22 49 4e 53  |=.........F."INS|
000001c0  54 52 55 43 54 49 4f 4e  53 20 46 4f 52 20 31 20  |TRUCTIONS FOR 1 |
000001d0  50 4c 41 59 45 52 20 47  41 4d 45 22 27 22 5f 5f  |PLAYER GAME"'"__|
000001e0  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
000001f0  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 22 0d 00 b4  |____________"...|
00000200  d4 f1 27 27 22 52 55 4e  20 74 68 65 20 67 61 6d  |..''"RUN the gam|
00000210  65 2c 20 61 74 20 74 68  65 20 66 69 72 73 74 20  |e, at the first |
00000220  6f 70 74 69 6f 6e 20 70  72 65 73 73 20 27 31 27  |option press '1'|
00000230  20 61 6e 64 20 74 68 65  6e 20 52 45 54 55 52 4e  | and then RETURN|
00000240  2e 20 54 68 65 20 63 6f  6d 70 75 74 65 72 20 77  |. The computer w|
00000250  69 6c 6c 20 20 6e 6f 77  20 61 73 6b 20 79 6f 75  |ill  now ask you|
00000260  20 79 6f 75 72 20 6e 61  6d 65 2c 20 74 79 70 65  | your name, type|
00000270  20 69 74 20 69 6e 20 61  6e 64 20 20 20 68 69 74  | it in and   hit|
00000280  20 52 45 54 55 52 4e 2e  22 27 22 20 54 68 65 20  | RETURN."'" The |
00000290  63 6f 6d 70 75 74 65 72  20 77 69 6c 6c 20 6e 6f  |computer will no|
000002a0  77 20 63 68 6f 6f 73 65  20 61 20 77 6f 72 64 20  |w choose a word |
000002b0  20 20 20 66 72 6f 6d 20  69 74 73 20 35 30 30 20  |   from its 500 |
000002c0  61 76 61 69 6c 61 62 6c  65 20 74 6f 20 69 74 2e  |available to it.|
000002d0  22 0d 00 be a7 f1 27 27  22 55 6e 66 6f 72 74 75  |".....''"Unfortu|
000002e0  6e 61 74 65 6c 79 20 79  6f 75 20 63 61 6e 6e 6f  |nately you canno|
000002f0  74 20 74 79 70 65 20 61  20 77 6f 72 64 20 66 6f  |t type a word fo|
00000300  72 74 68 65 20 63 6f 6d  70 75 74 65 72 20 74 6f  |rthe computer to|
00000310  20 67 75 65 73 73 20 61  73 20 74 68 65 20 6d 65  | guess as the me|
00000320  6d 6f 72 79 20 69 73 20  20 6e 6f 74 20 61 76 61  |mory is  not ava|
00000330  69 6c 61 62 6c 65 20 61  6e 64 20 62 65 73 69 64  |ilable and besid|
00000340  65 73 20 77 65 20 77 69  6c 6c 20 73 74 61 72 74  |es we will start|
00000350  20 73 74 72 61 79 69 6e  67 20 69 6e 74 6f 20 41  | straying into A|
00000360  72 74 69 66 69 63 69 61  6c 20 49 6e 74 65 6c 6c  |rtificial Intell|
00000370  69 67 65 6e 63 65 2e 22  0d 00 c8 72 f1 27 27 22  |igence."...r.''"|
00000380  49 4e 53 54 52 55 43 54  49 4f 4e 53 20 46 4f 52  |INSTRUCTIONS FOR|
00000390  20 50 4c 41 59 49 4e 47  20 41 4e 44 20 53 43 52  | PLAYING AND SCR|
000003a0  45 45 4e 20 20 20 20 20  44 49 53 50 4c 41 59 20  |EEN     DISPLAY |
000003b0  46 4f 4c 4c 4f 57 20 32  20 50 4c 41 59 45 52 20  |FOLLOW 2 PLAYER |
000003c0  49 4e 53 54 52 55 43 54  49 4f 4e 53 20 20 20 20  |INSTRUCTIONS    |
000003d0  50 52 45 53 53 20 41 4e  59 20 4b 45 59 20 54 4f  |PRESS ANY KEY TO|
000003e0  20 43 4f 4e 54 49 4e 55  45 22 0d 00 d2 07 47 3d  | CONTINUE"....G=|
000003f0  a5 0d 00 dc 05 db 0d 00  e6 46 f1 22 49 4e 53 54  |.........F."INST|
00000400  52 55 43 54 49 4f 4e 53  20 46 4f 52 20 32 20 50  |RUCTIONS FOR 2 P|
00000410  4c 41 59 45 52 20 47 41  4d 45 22 27 22 5f 5f 5f  |LAYER GAME"'"___|
00000420  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
00000430  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 22 0d 00 f0 e7  |___________"....|
00000440  f1 27 22 52 55 4e 20 74  68 65 20 67 61 6d 65 2c  |.'"RUN the game,|
00000450  20 61 74 20 74 68 65 20  66 69 72 73 74 20 6f 70  | at the first op|
00000460  74 69 6f 6e 20 74 79 70  65 20 20 27 32 27 20 61  |tion type  '2' a|
00000470  6e 64 20 70 72 65 73 73  20 52 45 54 55 52 4e 2e  |nd press RETURN.|
00000480  22 27 27 22 54 68 65 20  63 6f 6d 70 75 74 65 72  |"''"The computer|
00000490  20 77 69 6c 6c 20 6e 6f  77 20 61 73 6b 20 66 6f  | will now ask fo|
000004a0  72 20 74 68 65 20 6e 61  6d 65 20 20 6f 66 20 50  |r the name  of P|
000004b0  4c 41 59 45 52 20 31 20  74 79 70 65 20 74 68 65  |LAYER 1 type the|
000004c0  20 6e 61 6d 65 2c 28 74  68 69 73 20 70 6c 61 79  | name,(this play|
000004d0  65 72 20 20 77 69 6c 6c  20 63 68 6f 6f 73 65 20  |er  will choose |
000004e0  74 68 65 20 77 6f 72 64  20 66 6f 72 20 50 4c 41  |the word for PLA|
000004f0  59 45 52 20 32 29 2c 61  6e 64 20 20 70 72 65 73  |YER 2),and  pres|
00000500  73 20 52 45 54 55 52 4e  20 64 6f 20 74 68 65 20  |s RETURN do the |
00000510  73 61 6d 65 20 66 6f 72  20 50 4c 41 59 45 52 20  |same for PLAYER |
00000520  32 2e 22 0d 00 fa de f1  27 27 22 54 68 65 20 63  |2.".....''"The c|
00000530  6f 6d 70 75 74 65 72 20  77 69 6c 6c 20 6e 6f 77  |omputer will now|
00000540  20 61 73 6b 20 66 6f 72  20 50 4c 41 59 45 52 20  | ask for PLAYER |
00000550  31 20 20 74 6f 20 74 79  70 65 20 69 6e 20 74 68  |1  to type in th|
00000560  65 20 77 6f 72 64 2e 20  54 79 70 65 20 74 68 69  |e word. Type thi|
00000570  73 20 69 6e 20 74 68 65  20 20 20 77 6f 72 64 20  |s in the   word |
00000580  4d 55 53 54 20 62 65 20  69 6e 20 63 61 70 69 74  |MUST be in capit|
00000590  61 6c 73 20 61 6e 64 20  4d 55 53 54 20 6e 6f 74  |als and MUST not|
000005a0  20 20 20 63 6f 6e 74 61  69 6e 20 61 6e 79 20 70  |   contain any p|
000005b0  75 6e 63 74 75 61 74 69  6f 6e 20 6f 72 20 6e 75  |unctuation or nu|
000005c0  6d 62 65 72 73 22 27 22  20 54 68 65 6e 20 70 6c  |mbers"'" Then pl|
000005d0  61 79 20 74 68 65 20 67  61 6d 65 20 61 73 20 67  |ay the game as g|
000005e0  69 76 65 6e 20 61 66 74  65 72 20 74 68 65 20 20  |iven after the  |
000005f0  73 63 72 65 65 6e 20 64  69 73 70 6c 61 79 20 22  |screen display "|
00000600  3b 0d 01 04 84 f1 22 28  20 4e 45 58 54 20 50 41  |;....."( NEXT PA|
00000610  47 45 20 4f 46 20 49 4e  53 54 52 55 43 5f 20 20  |GE OF INSTRUC_  |
00000620  54 49 4f 4e 53 2e 29 22  27 22 44 6f 20 74 68 65  |TIONS.)"'"Do the|
00000630  20 73 61 6d 65 20 66 6f  72 20 50 4c 41 59 45 52  | same for PLAYER|
00000640  20 32 20 20 28 59 6f 75  20 20 77 69 6c 6c 20 62  | 2  (You  will b|
00000650  65 20 70 72 6f 6d 70 74  65 64 20 64 75 72 69 6e  |e prompted durin|
00000660  67 20 74 68 65 20 70 72  6f 67 72 61 6d 20 66 6f  |g the program fo|
00000670  72 20 77 68 61 74 20 69  73 20 72 65 71 75 69 72  |r what is requir|
00000680  65 64 2e 29 22 0d 01 0e  21 f1 27 22 50 52 45 53  |ed.)"...!.'"PRES|
00000690  53 20 41 4e 59 20 4b 45  59 20 54 4f 20 43 4f 4e  |S ANY KEY TO CON|
000006a0  54 49 4e 55 45 22 0d 01  18 07 47 3d a5 0d 01 22  |TINUE"....G=..."|
000006b0  05 db 0d 01 2c d6 f1 22  20 54 68 65 20 73 72 65  |....,.." The sre|
000006c0  65 6e 20 64 69 73 70 6c  61 79 20 69 73 20 73 65  |en display is se|
000006d0  74 20 6f 75 74 20 61 73  20 66 6f 6c 6c 6f 77 73  |t out as follows|
000006e0  22 27 22 54 4f 50 20 52  49 47 48 54 20 64 69 73  |"'"TOP RIGHT dis|
000006f0  70 6c 61 79 73 20 74 68  65 20 70 6c 61 79 65 72  |plays the player|
00000700  73 20 6e 61 6d 65 20 20  20 20 20 28 74 68 65 20  |s name     (the |
00000710  6f 6e 65 20 77 68 6f 20  69 73 20 67 75 65 73 73  |one who is guess|
00000720  69 6e 67 20 74 68 65 20  77 6f 72 64 29 2e 22 27  |ing the word)."'|
00000730  27 22 4d 49 44 44 4c 45  20 4c 45 46 54 20 73 68  |'"MIDDLE LEFT sh|
00000740  6f 77 73 20 74 68 65 20  68 61 6e 67 6d 61 6e 20  |ows the hangman |
00000750  66 6f 72 6d 69 6e 67 20  20 20 77 68 65 6e 20 68  |forming   when h|
00000760  69 73 20 6c 65 66 74 20  6c 65 67 20 69 73 20 64  |is left leg is d|
00000770  72 61 77 6e 20 74 68 65  20 67 61 6d 65 20 69 73  |rawn the game is|
00000780  20 20 6c 6f 73 74 2e 22  0d 01 36 d8 f1 27 22 4d  |  lost."..6..'"M|
00000790  49 44 44 4c 45 20 52 49  47 48 54 20 74 68 69 73  |IDDLE RIGHT this|
000007a0  20 67 72 69 64 20 73 68  6f 77 73 20 74 68 65 20  | grid shows the |
000007b0  6c 65 74 74 65 72 73 74  68 61 74 20 68 61 76 65  |lettersthat have|
000007c0  20 62 65 65 6e 20 75 73  65 64 20 28 6c 65 74 74  | been used (lett|
000007d0  65 72 73 20 6d 61 79 20  6e 6f 74 20 62 65 20 75  |ers may not be u|
000007e0  73 65 64 20 6d 6f 72 65  20 74 68 61 6e 20 6f 6e  |sed more than on|
000007f0  63 65 20 61 20 74 6f 6e  65 20 77 69 6c 6c 20 73  |ce a tone will s|
00000800  6f 75 6e 64 20 69 66 74  68 65 79 20 61 72 65 20  |ound ifthey are |
00000810  2c 20 61 73 20 61 6c 6c  20 6c 65 74 74 65 72 73  |, as all letters|
00000820  20 69 6e 20 74 68 65 20  77 6f 72 64 20 20 20 77  | in the word   w|
00000830  69 6c 6c 20 62 65 20 73  68 6f 77 6e 20 6f 6e 20  |ill be shown on |
00000840  74 68 65 20 66 69 72 73  74 20 67 75 65 73 73 20  |the first guess |
00000850  6f 66 20 74 68 61 74 6c  65 74 74 65 72 2e 29 22  |of thatletter.)"|
00000860  0d 01 40 4b f1 22 20 41  62 6f 76 65 20 74 68 61  |..@K." Above tha|
00000870  74 20 64 61 73 68 65 73  20 73 68 6f 77 20 74 68  |t dashes show th|
00000880  65 20 68 69 64 64 65 6e  20 20 20 20 20 20 6c 65  |e hidden      le|
00000890  74 74 65 72 73 20 28 31  20 64 61 73 68 20 70 65  |tters (1 dash pe|
000008a0  72 20 6c 65 74 74 65 72  2e 29 22 0d 01 4a 88 f1  |r letter.)"..J..|
000008b0  27 22 42 4f 54 54 4f 4d  20 4c 45 46 54 20 74 68  |'"BOTTOM LEFT th|
000008c0  65 20 70 72 6f 6d 70 74  20 66 6f 72 20 61 20 6c  |e prompt for a l|
000008d0  65 74 74 65 72 20 74 6f  20 20 62 65 20 67 75 65  |etter to  be gue|
000008e0  73 73 65 64 20 28 43 41  50 49 54 41 4c 53 20 6f  |ssed (CAPITALS o|
000008f0  72 20 55 50 50 45 52 20  43 41 53 45 20 6f 6e 6c  |r UPPER CASE onl|
00000900  79 20 6f 74 68 65 72 77  69 73 65 20 69 74 20 77  |y otherwise it w|
00000910  69 6c 6c 20 70 72 6f 6d  70 74 20 79 6f 75 20 74  |ill prompt you t|
00000920  6f 20 67 75 65 73 73 20  20 20 61 67 61 69 6e 29  |o guess   again)|
00000930  2e 22 20 0d 01 54 21 f1  27 22 50 52 45 53 53 20  |." ..T!.'"PRESS |
00000940  41 4e 59 20 4b 45 59 20  54 4f 20 43 4f 4e 54 49  |ANY KEY TO CONTI|
00000950  4e 55 45 22 0d 01 5e 07  47 3d a5 0d 01 68 05 db  |NUE"..^.G=...h..|
00000960  0d 01 72 18 f1 22 50 4c  41 59 49 4e 47 20 54 48  |..r.."PLAYING TH|
00000970  45 20 47 41 4d 45 2e 22  0d 01 7c d0 f1 27 22 20  |E GAME."..|..'" |
00000980  54 68 65 20 67 61 6d 65  20 69 73 20 62 61 73 65  |The game is base|
00000990  64 20 6f 6e 20 74 68 65  20 74 72 61 64 69 74 69  |d on the traditi|
000009a0  6f 6e 61 6c 20 20 20 48  41 4e 47 4d 41 4e 2c 20  |onal   HANGMAN, |
000009b0  61 20 77 6f 72 64 20 69  73 20 63 68 6f 73 65 6e  |a word is chosen|
000009c0  20 2c 20 79 6f 75 20 68  61 76 65 20 74 6f 20 67  | , you have to g|
000009d0  75 65 73 73 20 77 68 61  74 20 74 68 69 73 20 77  |uess what this w|
000009e0  6f 72 64 20 69 73 2e 20  59 6f 75 20 64 6f 20 74  |ord is. You do t|
000009f0  68 69 73 20 62 79 20 68  61 76 69 6e 67 20 61 20  |his by having a |
00000a00  72 61 6e 64 6f 6d 20 67  75 65 73 73 20 6f 66 20  |random guess of |
00000a10  6c 65 74 74 65 72 73 2c  20 20 20 20 20 20 20 75  |letters,       u|
00000a20  73 75 61 6c 6c 79 20 62  79 20 76 6f 77 65 6c 73  |sually by vowels|
00000a30  20 66 69 72 73 74 20 74  68 65 6e 20 63 6f 6e 73  | first then cons|
00000a40  6f 6e 61 6e 74 73 2e 22  0d 01 86 41 f1 22 54 68  |onants."...A."Th|
00000a50  65 20 6f 62 6a 65 63 74  20 69 73 20 74 6f 20 67  |e object is to g|
00000a60  75 65 73 73 20 74 68 65  20 77 6f 72 64 20 62 65  |uess the word be|
00000a70  66 6f 72 65 20 20 74 68  65 20 6d 61 6e 20 69 73  |fore  the man is|
00000a80  20 27 48 55 4e 47 27 2e  22 0d 01 90 6b f1 27 22  | 'HUNG'."...k.'"|
00000a90  20 54 6f 20 67 75 65 73  73 20 61 20 6c 65 74 74  | To guess a lett|
00000aa0  65 72 73 20 73 69 6d 70  6c 79 20 74 79 70 65 20  |ers simply type |
00000ab0  69 6e 20 79 6f 75 72 20  6c 65 74 74 65 72 20 77  |in your letter w|
00000ac0  68 65 6e 20 74 6f 6c 64  20 74 6f 20 64 6f 20 73  |hen told to do s|
00000ad0  6f 20 61 74 20 74 68 65  20 42 4f 54 54 4f 4d 20  |o at the BOTTOM |
00000ae0  4c 45 46 54 20 6f 66 20  74 68 65 20 73 63 72 65  |LEFT of the scre|
00000af0  65 6e 2e 22 0d 01 9a 87  f1 27 22 20 55 73 65 20  |en.".....'" Use |
00000b00  63 61 70 69 74 61 6c 73  20 6f 6e 6c 79 2c 20 65  |capitals only, e|
00000b10  61 63 68 20 6c 65 74 74  65 72 20 6f 6e 63 65 20  |ach letter once |
00000b20  20 20 20 6f 6e 6c 79 20  61 6e 64 20 69 66 20 79  |   only and if y|
00000b30  6f 75 20 73 68 6f 75 6c  64 20 74 79 70 65 20 69  |ou should type i|
00000b40  6e 20 6d 6f 72 65 20 74  68 61 6e 6f 6e 65 20 6c  |n more thanone l|
00000b50  65 74 74 65 72 20 74 68  65 20 66 69 72 73 74 20  |etter the first |
00000b60  6c 65 74 74 65 72 20 77  69 6c 6c 20 62 65 20 75  |letter will be u|
00000b70  73 65 64 20 6f 6e 6c 79  20 21 22 0d 01 a4 0a 2a  |sed only !"....*|
00000b80  46 58 32 32 39 0d 01 ae  13 f4 20 45 4e 41 42 4c  |FX229..... ENABL|
00000b90  45 20 45 53 43 41 50 45  0d 01 b8 0e ee 20 85 20  |E ESCAPE..... . |
00000ba0  e5 20 8d 64 60 41 0d 01  c2 84 f1 27 22 49 66 20  |. .d`A.....'"If |
00000bb0  79 6f 75 20 61 72 65 20  72 65 61 64 79 20 74 6f  |you are ready to|
00000bc0  20 4c 4f 41 44 20 61 6e  64 20 70 6c 61 79 20 74  | LOAD and play t|
00000bd0  68 65 20 20 20 67 61 6d  65 20 68 69 74 20 45 53  |he   game hit ES|
00000be0  43 41 50 45 2e 20 49 66  20 6e 6f 74 20 61 6e 64  |CAPE. If not and|
00000bf0  20 77 6f 75 6c 64 20 74  6f 20 20 20 20 72 65 61  | would to    rea|
00000c00  64 20 74 68 65 73 65 20  69 6e 73 74 72 75 63 74  |d these instruct|
00000c10  69 6f 6e 73 20 61 67 61  69 6e 20 50 52 45 53 53  |ions again PRESS|
00000c20  20 41 4e 59 20 4b 45 59  2e 22 0d 01 cc 07 47 3d  | ANY KEY."....G=|
00000c30  a5 0d 01 d6 05 f9 0d 01  e0 0d d7 22 50 2f 48 41  |..........."P/HA|
00000c40  4e 47 22 0d ff                                    |NG"..|
00000c45
24-06-88/T\HANG.m0
24-06-88/T\HANG.m1
24-06-88/T\HANG.m2
24-06-88/T\HANG.m4
24-06-88/T\HANG.m5