Sample: Q demo 1
----------------

Usage:
------


Command line:

qdemo <options>


Options:
  [-f] : no fullscreen
  [-s] : display statistics layer on start
  [-m] <n> : specify the minimum number of skrittles to be spawned
  [-M] <n> : specify the maximum number of skrittles to be spawned
  [-r] <n> : specify the rate at which skrittles are spawned
  [-?] [-h] : display help

Controls (Playstation 2)
  [start] : toggle the statistics layer on and off

Controls (Xbox)
  [black] : toggle the statistics layer on and off

Controls (Others)
  [s] : toggle the statistics layer on and off
  [q] [escape] : quit


Purpose:
--------

  Illustrates how to build an elaborated application on top of the Q
  engine.
  
Description:
------------

  
  In a circular zone, a walking lizard, the bad tract, is walking
  around shooting scorpion-like creatures called skrittles.
  The camera sequentially changes to different angles.
  This demo is an excerpt from The Calcaphon Chronicles.
  It is a basic 1-zone non-interactive demo featuring a character
  firing at creatures with gun and audio effects.
  

Other samples:
--------------

Q demo 2:
  Widely illustrates how to build an elaborated application on
  top of the Q engine.
  
The sample is available at ../qdemo2/

