From 5f49910529e62ff0ead4a892e7988efb8a29bc78 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Tue, 14 Oct 2008 23:18:45 +0100 Subject: Change email address for Jim Hall, upon request. Signed-off-by: Bradley Smith --- scheme/beep.scm | 2 +- scheme/simple.scm | 2 +- scheme/stop.scm | 2 +- scheme/zap.scm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scheme') diff --git a/scheme/beep.scm b/scheme/beep.scm index 72b462b..2b40b07 100644 --- a/scheme/beep.scm +++ b/scheme/beep.scm @@ -1,5 +1,5 @@ ;;; beep.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; This robot will just turn around 360-degrees, and will beep if it finds ;;; a prize item. This is similar to a radar. diff --git a/scheme/simple.scm b/scheme/simple.scm index 66f3591..eccabaf 100644 --- a/scheme/simple.scm +++ b/scheme/simple.scm @@ -1,5 +1,5 @@ ;;; simple.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; This robot will simply hunt down and grab any prizes in its direct ;;; line of sight. If it runs into an obstacle, it turns right and ;;; continues from there. When it has turned 360-degrees, it stops. diff --git a/scheme/stop.scm b/scheme/stop.scm index 511988b..b8c5360 100644 --- a/scheme/stop.scm +++ b/scheme/stop.scm @@ -1,5 +1,5 @@ ;;; stop.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; THIS ROBOT IS NOT REALLY INTENDED FOR PUBLIC CONSUMPTION! ;;; Tests my new `stop' and `quit' primitives for GNU Robots diff --git a/scheme/zap.scm b/scheme/zap.scm index 67e8d4d..1d00357 100644 --- a/scheme/zap.scm +++ b/scheme/zap.scm @@ -1,5 +1,5 @@ ;;; zap.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; This is an agressive little robot that will just turn 360-degrees, ;;; and will immediately zap anything that isn't a space. This builds ;;; on the beep.scm robot program, so it will also beep if it finds a -- cgit v1.1