summaryrefslogtreecommitdiffstats
path: root/snake
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1999-10-26 06:36:53 +0000
committercgd <cgd@NetBSD.org>1999-10-26 06:36:53 +0000
commitd796c16ff7e7924ae107959721f206a321fe4a78 (patch)
tree8e4247820d39caa56a4774f42437c7ee723ee003 /snake
parent29936b86526850aa49ea5459a24842e02f77a016 (diff)
downloadbsdgames-darwin-d796c16ff7e7924ae107959721f206a321fe4a78.tar.gz
bsdgames-darwin-d796c16ff7e7924ae107959721f206a321fe4a78.tar.zst
bsdgames-darwin-d796c16ff7e7924ae107959721f206a321fe4a78.zip
correct description of representation of snake
Diffstat (limited to 'snake')
-rw-r--r--snake/snake/snake.64
1 files changed, 2 insertions, 2 deletions
diff --git a/snake/snake/snake.6 b/snake/snake/snake.6
index 5e581274..2f9f0206 100644
--- a/snake/snake/snake.6
+++ b/snake/snake/snake.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: snake.6,v 1.7 1999/09/14 18:07:21 jsm Exp $
+.\" $NetBSD: snake.6,v 1.8 1999/10/26 06:36:53 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ By default the entire screen is used. The
option makes the game assume you are on a slow terminal.
.Pp
You are represented on the screen by an I.
-The snake is 6 squares long and is represented by S's.
+The snake is 6 squares long and is represented by s's with an S at its head.
The money is $, and an exit is #.
Your score is posted in the upper left hand corner.
.Pp