Minesweeper Game Database

Minefield (1979)



Overview
Minefield was written for the PDP-11/45 in 1979 by Simon Dowson.

The game is played on a 10*10 grid with 10 visible rocks and 15 hidden mines. You win by navigating from the bottom left corner to the top right corner. A counter tells you the number of mines touching your location. The count is in all directions; however, you can only move vertically and horizontally.

The "batteries" in your mine detector stop working after 20 moves. You cannot move onto a rock and if you attempt to move off the grid the game warns "stay on the minefield coward!". You move by entering U (up), D (down), L (left) or R (right) using the teletype.

After the game ends you are given the option to see your path and where the mines were hidden.

Since the game was written for a PDP-11/45 connected to a DECwriter, the game appears on the screen one line at a time (as if it were being printed to paper) and the grid is printed again after each move.

Code was published in Personal Computer World magazine in March 1979 with instructions for converting to Commodore PET BASIC.


Platforms
  • 1979 - DEC PDP-11
  • 1979 - Commodore PET

Companies
No companies have been added for this game.

People
  • Scott Bell
  • Simon Dowson


Game Lineage
Direct parent is currently unknown.

Game Attributes

The following attributes can be used to map the evolution of Minesweeper. Blue cells are confirmed attributes for official versions of Minefield. Yellow cells are unknown.

Mined-Out (1983)
Minefield Variants
Minefield (1979)
Mines (1987)
Minesweeper (1990)
Minesweeper Variants


[ ALL ] [ Commodore PET ] [ DEC PDP-11 ]

Releases
ID 108
[BASIC] DEC PDP-11 BASIC
[Machine] DEC PDP-11 (11/45)
Published no later than 1979-03-31. Code was published in the March 1979 issue of Personal Computer World.


PDF (BASIC)
Code
English
Original magazine listing.
ZIP (BAS)
Code
English
Untested listing typed by MSGAME.

ID 109
[BASIC] Commodore BASIC 1.0
[Machine] Commodore PET
Published no later than 1979-03-31. Code was published in the March 1979 issue of Personal Computer World.


PDF (BASIC)
Code
English
Original magazine listing.
ZIP (BAS)
Code
English
Listing converted to Commodore BASIC by MSGAME.


[ ALL ] [ Commodore PET ] [ DEC PDP-11 ]

Images
ID 108
[BASIC] DEC PDP-11 BASIC
[Machine] DEC PDP-11 (11/45)
Published no later than 1979-03-31. Code was published in the March 1979 issue of Personal Computer World.


No images have been added for this release.


ID 109
[BASIC] Commodore BASIC 1.0
[Machine] Commodore PET
Published no later than 1979-03-31. Code was published in the March 1979 issue of Personal Computer World.


Coward message
Coward message
Gameplay
Gameplay
Instructions
Instructions
Lost game
Lost game
Lost game path
Lost game path
New game
New game
Won game
Won game


[ ALL ] [ Commodore PET ] [ DEC PDP-11 ]

Credits
ID 108
[BASIC] DEC PDP-11 BASIC
[Machine] DEC PDP-11 for 11/45
Published no later than 1979-03-31.


Scott Bell
source: Personal Computer World
as "Scott Bell"
Scott Bell
source: MSGAME
as "Scott Bell"
"played and debugged"
Simon Dowson
source: Personal Computer World
as "Simon Dowson"
Simon Dowson
source: MSGAME
as "Simon Dowson"
"wrote the game"

ID 109
[BASIC] Commodore BASIC 1.0
[Machine] Commodore PET
Published no later than 1979-03-31.


Scott Bell
source: MSGAME
as "Scott Bell"
"played and debugged"
Scott Bell
source: Personal Computer World
as "Scott Bell"
Simon Dowson
source: MSGAME
as "Simon Dowson"
"wrote the game"
Simon Dowson
source: Personal Computer World
as "Simon Dowson"


[ ALL ] [ Commodore PET ] [ DEC PDP-11 ]

Collect

Personal Computer World (March 1979) || Collect ID 30 || Edition ID 59 || 1979

Cover (front)
Cover (front)
Cover (back)
Cover (back)


[ ALL ] [ ID 108 ] [ ID 109 ]

Promos

No advertisements have been added for this game.



[ ALL ] [ ID 108 ] [ ID 109 ]

Trivia
  • Minefield was featured on the cover of Personal Computer World (March 1979).
  • Dowson told MSGAME(2022) that he wrote the game as a British Steel apprentice at their Ladgate Laboratories in Middlesbrough. His colleague Scott Bell "played and debugged" the game. Dowson had a Commodore PET 2001 at home but submitted the PDP-11/45 version to the magazine because it was connected to a DECwriter printer. PCW paid them £50.
  • The original magazine article in March 1979 contains a mistake (Line 650 needs GOTO 1070). This was noted in the May 1979 issue of PCW.
  • The instructions to convert to Commodore PET 2001 BASIC fail to mention that the original code is 44 columns but the PET 2001 only has 40 columns (so you need to modify the game from 10*10 to 9*9).


[ ALL ] [ ID 108 ] [ ID 109 ]

Print