From 64ea7a60aa2c868836529de94121728ef33d5ab8 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 23 Jun 2023 11:10:26 +0200 Subject: [PATCH] Better description of Game of Life. --- doc/games.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/games.md b/doc/games.md index d38040d4..08fe593a 100644 --- a/doc/games.md +++ b/doc/games.md @@ -55,6 +55,10 @@ This is a maze game for EMACS. To play, start EMACS and type This is a Conway Game of Life by Mike Speciner. Type `:games;mlife` to run it. +To load a file, type e.g. `I RGW; LIFE DEMO` (must be upper case). A +file can have several patterns. To read the next, type `R`. Type +space to compute a new generation. Type `P` to run the simulation. + ### Spacewar This is a PDP-6/10 port of Steve Russell's PDP-1 game, using the Type