Sample: Q Demo 1
----------------

Usage:
------

Command line:

  qdemo <options>

Options:

  [-f] : windowed mode, i.e. not 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 (Other platforms):

  [s] : toggle the statistics layer on and off
  [q] [escape] : quit

Purpose:
--------

  Illustrates how to build a fairly complex application with Q.

Description:
------------

  In a circular room, a bipedal 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:

  Illustrates how to build a complex application with Q.

  Q Demo 2 is available at ../../../samples/demos/qdemo2/.

