=============================================================================
DND Engine- Delphi Newton Demo Engine

DND Contains alot of code from Sascha Willems's Newton demos (Boyancy, Vehicle, Etc)

- http://www.delphigl.de

Q3BSP base by Jan Horn

Main program By Stucuk

=============================================================================
  
  Short description :
    This demo shows how to implement things like boxes, cylenders into a 
    world(BSP word, no preset values) and allow them to react with the
    environment (Water). 

    It also shows how to implement basic game types like Football and 9 Pin Bowling.
  Keys :

  Player:
  W - Forward
  S - Backward
  A - Strafe Left
  D - Strafe Right
  Z - Jump
  X - Crouch
  Shift - Run

  Car:
  Arrow Keys - Direction
  Enter - Flip
  Space - Brake

  Bowling:
  R - Reset The Pins and Add up the score

  Options menu allows you to change between player and vehicle.