Number Guesser
==============
(c) Paul Griffiths 1999
Email: mail@paulgriffiths.net


Function
========

Implements simple numeric guessing game. The computer picks a
random number, and the user has to guess what it is in as few
goes as possible.


Usage
=====

Type:

    guesser

to run the program which picks a number between 1 and 100. To
specify a different maximum number (e.g. between 1 and 20) use:

    guesser 20


Installation
============

If your system supports 'make', simply type:

    make

to build the program. Otherwise, compile guesser.c in the usual way.

