Difference between revisions of "Maze War"

From Computer History Wiki
Jump to: navigation, search
(Links to source code.)
m (External links: +putting together a demonstration for the 30th anniversary of Mazewar)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Maze''' is a [[video game]] first created for the [[Imlac PDS-1]]'s at the NASA Ames Research Center.  In 1974, Greg Thompson took it to the Dynamic Modeling group at [[MIT]], where it was expanded into a multi-player game with a [[server]] running on an [[Incompatible Timesharing System|ITS]] [[mainframe]]. Next, it was ported to the [[MagicSix]] [[operating system]]. Another version was written in [[Logo]] on the [[SITS]] operating system.
+
'''Maze''' is a [[video game]] first created for the [[Imlac PDS-1]]'s at the NASA Ames Research Center.  In 1974, Greg Thompson took it to the Dynamic Modeling group at [[MIT]], where it was expanded into a multi-player game with a [[server]] running on an [[Incompatible Timesharing System|ITS]] [[mainframe]]. Next, it was ported to the [[MagicSix]] [[operating system]]. Another version was written in [[Logo]] on the [[SITS]] operating system.
  
 
In 1977, it was re-written for the [[Xerox Alto]] by Jim Guyton.  This version was called '''Maze War''' and received a lot of attention, which is why the game is mostly known by that name.
 
In 1977, it was re-written for the [[Xerox Alto]] by Jim Guyton.  This version was called '''Maze War''' and received a lot of attention, which is why the game is mostly known by that name.
 +
 +
{{semi-stub}}
  
 
===External links===
 
===External links===
  
* [https://github.com/PDP-10/its/blob/master/src/imsrc/maze.3 Imlac source code] from MIT.
+
* [https://www.digibarn.com/history/04-VCF7-MazeWar/index.html Maze War 30 Year Retrospective], including stories by Colley, Palmer, Lebling, Guyton
* [https://github.com/PDP-10/its/blob/master/src/klh/mazser.141 PDP-10 source code] for the server.
+
* [http://globalwahrman.blogspot.com/2013/06/how-mazewar-escaped-from-lab-at-mit-in.html How Mazewar Escaped from a Lab at MIT in 1977], Wahrman's account
 
+
* [https://github.com/PDP-10/its/blob/master/src/imsrc/maze.3 Imlac source code] from MIT
{{stub}}
+
* [https://github.com/PDP-10/its/blob/master/src/klh/mazser.141 PDP-10 source code] for the server
 +
* [http://www.ubanproductions.com/imlac.html Imlac Anatomy] - description of putting together a demonstration for the 30th anniversary of Mazewar
  
 
[[Category: Games]]
 
[[Category: Games]]

Latest revision as of 16:06, 29 March 2023

Maze is a video game first created for the Imlac PDS-1's at the NASA Ames Research Center. In 1974, Greg Thompson took it to the Dynamic Modeling group at MIT, where it was expanded into a multi-player game with a server running on an ITS mainframe. Next, it was ported to the MagicSix operating system. Another version was written in Logo on the SITS operating system.

In 1977, it was re-written for the Xerox Alto by Jim Guyton. This version was called Maze War and received a lot of attention, which is why the game is mostly known by that name.

External links