mirror of
https://github.com/PDP-10/its.git
synced 2026-02-27 01:09:49 +00:00
MAZE - PDP-10 side of Maze War game.
The built program includes the IMTRANed Imlac program in the dumped core image.
This commit is contained in:
@@ -12,7 +12,8 @@ to operate ITS systems to this day.
|
||||
|
||||
Some notable ITS features:
|
||||
|
||||
- Hosted the first versions of Emacs, Zork, Macsyma, Maclisp, and Scheme
|
||||
- Hosted the first versions of Emacs, Zork, Macsyma, Maclisp, Scheme, and
|
||||
multi-player Maze War
|
||||
- Virtual memory
|
||||
- User-space device drivers
|
||||
- Networking: TCP/IP, ARPAnet, Chaosnet
|
||||
@@ -108,6 +109,7 @@ Some major applications:
|
||||
- Maclisp, interpreter and compiler
|
||||
- Muddle, interpreter
|
||||
- Macsyma, symbolic math
|
||||
- Maze War, game
|
||||
- Midas, assembler
|
||||
- PDP-11 simulator
|
||||
- Scheme, interpreter
|
||||
|
||||
@@ -906,6 +906,18 @@ respond "@" "imlac; m iml_sysbin; maze bin\r"
|
||||
respond "@" "\032"
|
||||
type ":kill\r"
|
||||
|
||||
respond "*" ":midas sysbin;_klh; mazser\r"
|
||||
respond "NPTCL=" "1\r"
|
||||
respond "DEBUG=" "1\r"
|
||||
respond "STATS=" "1\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":job maze\r"
|
||||
respond "*" ":load sysbin; mazser bin\r"
|
||||
respond "*" ":start init\r"
|
||||
respond "M IML" "\r"
|
||||
respond ":PDUMP" "games; ts maze\r"
|
||||
respond "*" ":kill\r"
|
||||
|
||||
# TJ6
|
||||
respond "*" ":midas sysbin;_tj6;tj6\r"
|
||||
expect ":KILL"
|
||||
|
||||
@@ -20,6 +20,10 @@ a five-letter word. To play this, type `:jotto`.
|
||||
This is Richard Greenblatt's chess program. Type `:chprog;ocm` to play.
|
||||
For instructions, see CHPROG; OCM ORDER.
|
||||
|
||||
### Maze War
|
||||
|
||||
First multi-user first person shooter. Type `:games;maze` to play.
|
||||
|
||||
### MAZLIB
|
||||
|
||||
This is a maze game for EMACS. To play, start EMACS and type
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
- MAGFRM, create tapes for use with MAGDMP.
|
||||
- MAIL, mail sending client.
|
||||
- MAILT, allows editing mail (from :MAIL) in EMACS.
|
||||
- MAZE, Maze War game.
|
||||
- MAZLIB, maze game for EMACS.
|
||||
- MCL, subsystem for compiling individual Macsyma files.
|
||||
- METER, displays system metering information.
|
||||
|
||||
2308
src/klh/mazser.141
Normal file
2308
src/klh/mazser.141
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user