Quests - Quests is a 1st person perspective view dungeon crawl.
   
Running Quest
   
   The command "quest" runs the game after installation using the "perl
   Makefile.PL, make, make test, make install" sequence.  To run it
   from the installation directory, use "perl -Ilib quest".
   
   Control the location and direction of the team with the buttons 
   on the control pad in the control window or the arrow keys.
   
   To touch things, put the cursor on them and hit the left mouse button.
   
   Clicking on a object in the inventory makes it the item being used. 
   

Generating New Scenarios for Quest
   
   Quest is a small game and a framework for adding scenarios to expand 
   the game.

   New quests/scenarios are added by adding maps that define the new area and 
   associated actions and tying those maps to rooms in the "Adventurer's Inn".
   Users are invited to create new maps and expand the game capabilities.
   
   Building map files is described in class Map and in page Map Items
   
   Add char and logic to start map to enter new scenario
   
   The command "perl quest lib/auto/Quest3D/maps/new_quests.gam" run
   in the installation directory will bring up the collections of
   scenes, props and characters already available for use in new
   quests.

   

VERSION  0.25
   

DESCRIPTION
   
   Quest provides examples of approaches to solving several problems in 
   3D programming.  Some of the problems it addresses are:
   
   
    * Providing some simple widgets in OpenGL
   
    * Reducing the system load by only redrawing when needed
   
    * Using .png files as textures
   
    * Selecting items in the scene with the mouse
   
    * Simple animation with OpenGL textures 
   
    * Using gluCylinder to draw from point to point
   

DEPENDENCIES
   
    * OpenGL ':all'
   
    * OpenGL::Image
      
    * Math::Trig
   
    * Image::Magick module; 6.3.5 or newer is recommended.
   
LICENSING
    The software is copyrighted by John D. Overmars and Rob Duncan.  It is 
licensed under the Perl Artistic license.  Some of the images are covered 
by different licenses.  See the README in the images directory for 
additional licensing information.
