Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_21.ADF » G/gametxt1

G/gametxt1

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_21.ADF
Filename: G/gametxt1
Read OK:
File size: 0597 bytes
Load address: 67204556
Exec address: 74656D61
File contents
GAMES PROGRAMS
~~~~~~~~~~~~~~
By John McHugh
(notes by Richard Dimond)

PUZZLE
~~~~~~
John said this was inspired by his other programs Rubik and Mastermind and
is programed in a similar way.  

The screen is divided into two sections.  The top shows a grid of coloured
characters and the bottom shows all white characters as the colours in the
top grid are all in the wrong position.  The cross in the the top part is
moveable with the keys Z, X, * & ? and, when SPACE is pressed, the colours
around the cross are rotated.  If any are then in the correct position the
corresponding character in the bottom grid will turn blue.  

The game is to move the colours until all the characters in the lower part
have turned blue and all colours are then in the correct place.  You will
find that you are often left with four colours that do not fit and have to
make many swaps before completing the game.

**************************************************************************

MASTERMIND
~~~~~~~~~~
This is a conversion to MODE 2 of the MODE 7 version, which John had
published in Acornuser, January 1992, so that it will now work on the
Electron.

It is the well known game where you have to guess the four colours which
the computer selects at random.  Intructions for playing the game are
included in the introduction to the game.

**************************************************************************

00000000  0d 47 41 4d 45 53 20 50  52 4f 47 52 41 4d 53 0d  |.GAMES PROGRAMS.|
00000010  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 0d 42  |~~~~~~~~~~~~~~.B|
00000020  79 20 4a 6f 68 6e 20 4d  63 48 75 67 68 0d 28 6e  |y John McHugh.(n|
00000030  6f 74 65 73 20 62 79 20  52 69 63 68 61 72 64 20  |otes by Richard |
00000040  44 69 6d 6f 6e 64 29 0d  0d 50 55 5a 5a 4c 45 0d  |Dimond)..PUZZLE.|
00000050  7e 7e 7e 7e 7e 7e 0d 4a  6f 68 6e 20 73 61 69 64  |~~~~~~.John said|
00000060  20 74 68 69 73 20 77 61  73 20 69 6e 73 70 69 72  | this was inspir|
00000070  65 64 20 62 79 20 68 69  73 20 6f 74 68 65 72 20  |ed by his other |
00000080  70 72 6f 67 72 61 6d 73  20 52 75 62 69 6b 20 61  |programs Rubik a|
00000090  6e 64 20 4d 61 73 74 65  72 6d 69 6e 64 20 61 6e  |nd Mastermind an|
000000a0  64 0d 69 73 20 70 72 6f  67 72 61 6d 65 64 20 69  |d.is programed i|
000000b0  6e 20 61 20 73 69 6d 69  6c 61 72 20 77 61 79 2e  |n a similar way.|
000000c0  20 20 0d 0d 54 68 65 20  73 63 72 65 65 6e 20 69  |  ..The screen i|
000000d0  73 20 64 69 76 69 64 65  64 20 69 6e 74 6f 20 74  |s divided into t|
000000e0  77 6f 20 73 65 63 74 69  6f 6e 73 2e 20 20 54 68  |wo sections.  Th|
000000f0  65 20 74 6f 70 20 73 68  6f 77 73 20 61 20 67 72  |e top shows a gr|
00000100  69 64 20 6f 66 20 63 6f  6c 6f 75 72 65 64 0d 63  |id of coloured.c|
00000110  68 61 72 61 63 74 65 72  73 20 61 6e 64 20 74 68  |haracters and th|
00000120  65 20 62 6f 74 74 6f 6d  20 73 68 6f 77 73 20 61  |e bottom shows a|
00000130  6c 6c 20 77 68 69 74 65  20 63 68 61 72 61 63 74  |ll white charact|
00000140  65 72 73 20 61 73 20 74  68 65 20 63 6f 6c 6f 75  |ers as the colou|
00000150  72 73 20 69 6e 20 74 68  65 0d 74 6f 70 20 67 72  |rs in the.top gr|
00000160  69 64 20 61 72 65 1a 20  61 6c 6c 20 69 6e 20 74  |id are. all in t|
00000170  68 65 20 77 72 6f 6e 67  20 70 6f 73 69 74 69 6f  |he wrong positio|
00000180  6e 2e 20 20 54 68 65 20  63 72 6f 73 73 20 69 6e  |n.  The cross in|
00000190  20 74 68 65 20 74 68 65  20 74 6f 70 20 70 61 72  | the the top par|
000001a0  74 20 69 73 0d 6d 6f 76  65 61 62 6c 65 20 77 69  |t is.moveable wi|
000001b0  74 68 20 74 68 65 20 6b  65 79 73 20 5a 2c 20 58  |th the keys Z, X|
000001c0  2c 20 2a 20 26 20 3f 20  61 6e 64 2c 20 77 68 65  |, * & ? and, whe|
000001d0  6e 20 53 50 41 43 45 20  69 73 20 70 72 65 73 73  |n SPACE is press|
000001e0  65 64 2c 20 74 68 65 20  63 6f 6c 6f 75 72 73 0d  |ed, the colours.|
000001f0  61 72 6f 75 6e 64 20 74  68 65 20 63 72 6f 73 73  |around the cross|
00000200  20 61 72 65 20 72 6f 74  61 74 65 64 2e 20 20 49  | are rotated.  I|
00000210  66 20 61 6e 79 20 61 72  65 20 74 68 65 6e 20 69  |f any are then i|
00000220  6e 20 74 68 65 20 63 6f  72 72 65 63 74 20 70 6f  |n the correct po|
00000230  73 69 74 69 6f 6e 20 74  68 65 0d 63 6f 72 72 65  |sition the.corre|
00000240  73 70 6f 6e 64 69 6e 67  20 63 68 61 72 61 63 74  |sponding charact|
00000250  65 72 20 69 6e 20 74 68  65 20 62 6f 74 74 6f 6d  |er in the bottom|
00000260  20 67 72 69 64 20 77 69  6c 6c 20 74 75 72 6e 20  | grid will turn |
00000270  62 6c 75 65 2e 20 20 0d  0d 54 68 65 20 67 61 6d  |blue.  ..The gam|
00000280  65 20 69 73 20 74 6f 20  6d 6f 76 65 20 74 68 65  |e is to move the|
00000290  20 63 6f 6c 6f 75 72 73  20 75 6e 74 69 6c 20 61  | colours until a|
000002a0  6c 6c 20 74 68 65 20 63  68 61 72 61 63 74 65 72  |ll the character|
000002b0  73 20 69 6e 20 74 68 65  20 6c 6f 77 65 72 20 70  |s in the lower p|
000002c0  61 72 74 0d 68 61 76 65  20 74 75 72 6e 65 64 20  |art.have turned |
000002d0  62 6c 75 65 20 61 6e 64  20 61 6c 6c 1a 20 63 6f  |blue and all. co|
000002e0  6c 6f 75 72 73 20 61 72  65 20 74 68 65 6e 20 69  |lours are then i|
000002f0  6e 20 74 68 65 20 63 6f  72 72 65 63 74 20 70 6c  |n the correct pl|
00000300  61 63 65 2e 20 20 59 6f  75 20 77 69 6c 6c 0d 66  |ace.  You will.f|
00000310  69 6e 64 20 74 68 61 74  20 79 6f 75 20 61 72 65  |ind that you are|
00000320  20 6f 66 74 65 6e 20 6c  65 66 74 20 77 69 74 68  | often left with|
00000330  20 66 6f 75 72 20 63 6f  6c 6f 75 72 73 20 74 68  | four colours th|
00000340  61 74 20 64 6f 20 6e 6f  74 20 66 69 74 20 61 6e  |at do not fit an|
00000350  64 20 68 61 76 65 20 74  6f 0d 6d 61 6b 65 20 6d  |d have to.make m|
00000360  61 6e 79 20 73 77 61 70  73 20 62 65 66 6f 72 65  |any swaps before|
00000370  20 63 6f 6d 70 6c 65 74  69 6e 67 20 74 68 65 20  | completing the |
00000380  67 61 6d 65 2e 0d 0d 2a  2a 2a 2a 2a 2a 2a 2a 2a  |game...*********|
00000390  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000003d0  2a 0d 0d 4d 41 53 54 45  52 4d 49 4e 44 0d 7e 7e  |*..MASTERMIND.~~|
000003e0  7e 7e 7e 7e 7e 7e 7e 7e  0d 54 68 69 73 1a 20 69  |~~~~~~~~.This. i|
000003f0  73 1a 20 61 1a 20 63 6f  6e 76 65 72 73 69 6f 6e  |s. a. conversion|
00000400  1a 20 74 6f 1a 20 4d 4f  44 45 1a 20 32 20 6f 66  |. to. MODE. 2 of|
00000410  20 74 68 65 20 4d 4f 44  45 20 37 20 76 65 72 73  | the MODE 7 vers|
00000420  69 6f 6e 2c 20 77 68 69  63 68 20 4a 6f 68 6e 20  |ion, which John |
00000430  68 61 64 0d 70 75 62 6c  69 73 68 65 64 20 69 6e  |had.published in|
00000440  20 41 63 6f 72 6e 75 73  65 72 2c 20 4a 61 6e 75  | Acornuser, Janu|
00000450  61 72 79 20 31 39 39 32  2c 20 73 6f 20 74 68 61  |ary 1992, so tha|
00000460  74 1a 20 69 74 1a 20 77  69 6c 6c 1a 20 6e 6f 77  |t. it. will. now|
00000470  1a 20 77 6f 72 6b 1a 20  6f 6e 20 74 68 65 0d 45  |. work. on the.E|
00000480  6c 65 63 74 72 6f 6e 2e  0d 0d 49 74 20 69 73 20  |lectron...It is |
00000490  74 68 65 20 77 65 6c 6c  20 6b 6e 6f 77 6e 1a 20  |the well known. |
000004a0  67 61 6d 65 1a 20 77 68  65 72 65 20 79 6f 75 20  |game. where you |
000004b0  68 61 76 65 20 74 6f 20  67 75 65 73 73 20 74 68  |have to guess th|
000004c0  65 20 66 6f 75 72 20 63  6f 6c 6f 75 72 73 20 77  |e four colours w|
000004d0  68 69 63 68 0d 74 68 65  20 63 6f 6d 70 75 74 65  |hich.the compute|
000004e0  72 20 73 65 6c 65 63 74  73 20 61 74 20 72 61 6e  |r selects at ran|
000004f0  64 6f 6d 2e 1a 20 20 49  6e 74 72 75 63 74 69 6f  |dom..  Intructio|
00000500  6e 73 1a 20 66 6f 72 1a  20 70 6c 61 79 69 6e 67  |ns. for. playing|
00000510  1a 20 74 68 65 1a 20 67  61 6d 65 20 61 72 65 0d  |. the. game are.|
00000520  69 6e 63 6c 75 64 65 64  20 69 6e 20 74 68 65 20  |included in the |
00000530  69 6e 74 72 6f 64 75 63  74 69 6f 6e 20 74 6f 20  |introduction to |
00000540  74 68 65 20 67 61 6d 65  2e 0d 0d 2a 2a 2a 2a 2a  |the game...*****|
00000550  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000590  2a 2a 2a 2a 2a 0d 0d                              |*****..|
00000597
G/gametxt1.m0
G/gametxt1.m1
G/gametxt1.m2
G/gametxt1.m4
G/gametxt1.m5