1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-10 12:48:25 +00:00

MAZLIB - maze game for EMACS.

This commit is contained in:
Lars Brinkhoff
2018-06-18 14:45:13 +02:00
parent ea60086c73
commit 5082e3b8dd
5 changed files with 8 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ respond ":EJ" "\033xgenerate\033emacs;kbdmac\033emacs1;kbdmac\r"
respond ":EJ" "\033xgenerate\033emacs;ledit\033emacs1;ledit\r"
respond ":EJ" "\033xgenerate\033emacs;lispt\033emacs1;lispt\r"
respond ":EJ" "\033xgenerate\033emacs;lsputl\033emacs1;lsputl\r"
respond ":EJ" "\033xgenerate\033emacs;mazlib\033emacs1;mazlib\r"
respond ":EJ" "\033xgenerate\033emacs;modlin\033emacs1;modlin\r"
respond ":EJ" "\033xgenerate\033emacs;muddle\033emacs1;muddle\r"
respond ":EJ" "\033xgenerate\033emacs;page\033emacs1;page\r"

View File

@@ -20,6 +20,12 @@ 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.
### MAZLIB
This is a maze game for EMACS. To play, start EMACS and type
<code><kbd>M-X</kbd>Load Library<kbd>$</kbd>mazlib</code>, then
<code><kbd>M-X</kbd> Maze Run</code>.
### MLIFE
This is a Conway Game of Life by Mike Speciner. Type `:rwg;mlife` run

View File

@@ -125,6 +125,7 @@
- MAGFRM, create tapes for use with MAGDMP.
- MAIL, Mail sending client.
- MAILT, allows editing mail (from :MAIL) in EMACS.
- MAZLIB, maze game for EMACS.
- MCL, subsystem for compiling individual Macsyma files.
- METER, displays system metering information.
- MICRO, microcode assembler.

BIN
src/emacs/maze.maze Executable file

Binary file not shown.

BIN
src/emacs1/mazlib.36 Executable file

Binary file not shown.