_       _________ ______   ______   _        _______  _______  _
        ( (    /|\__   __/(  ___ \ (  ___ \ ( \      (  ____ \(  ____ \( )
 ______ |  \  ( |   ) (   | (   ) )| (   ) )| (      | (    \/| (    \/| |
(  ___ \|   \ | |   | |   | (__/ / | (__/ / | |      | (__    | (_____ | |
| (   \/| (\ \) |   | |   |  __ (  |  __ (  | |      |  __)   (_____  )| |
| |     | | \   |   | |   | (  \ \ | (  \ \ | |      | (            ) |(_)
| (___/\| )  \  |___) (___| )___) )| )___) )| (____/\| (____/\/\____) | _
(______/|/    )_)\_______/|/ \___/ |/ \___/ (_______/(_______/\_______)(_)
                                                             Version 2.0.0
 
Copyright (C), Daniel Aarno <macbishop@users.sf.net> - All rights reserved 
	Licensed under the Academic Free License version 1.2 

    _    _                 _
   / \  | |__   ___  _   _| |_
  / _ \ | '_ \ / _ \| | | | __|
 / ___ \| |_) | (_) | |_| | |_
/_/   \_\_.__/ \___/ \__,_|\__|
-------------------------------
cNibbles is a curses based version of the old nibbles game (also known as 
snake). Your object is to control the worm and help it eat apples 
distributed on the playing area. 

Use the arrow keys (h,j,k,l alternatively) to move the worm. The m and z 
keys can be used for relative movement. The q key quits the game and the p 
key pauses the game. 

 ___           _        _ _ _
|_ _|_ __  ___| |_ __ _| | (_)_ __   __ _
 | || '_ \/ __| __/ _` | | | | '_ \ / _` |
 | || | | \__ \ || (_| | | | | | | | (_| |
|___|_| |_|___/\__\__,_|_|_|_|_| |_|\__, |
------------------------------------ |___/
To compile type make.
To install type make install.

Edit the Makefile if you have your libraries in strange places.
You will need the curses library to compile this.
The prefered compiler is gcc 3.x

 _     _
| |   (_) ___ ___ _ __  ___  ___
| |   | |/ __/ _ \ '_ \/ __|/ _ \
| |___| | (_|  __/ | | \__ \  __/
|_____|_|\___\___|_| |_|___/\___|
---------------------------------
This program is open-source (www.opensource.org), licensed under the 
Academic Free License version 1.2. See the LICENSE file for further 
information.

Enjoy - /Bishop