PROCGEN FPS — a procedurally generated first-person shooter
===========================================================

Run FPS2.exe to play. Everything (levels, weapons, monsters) is generated fresh.

Controls
  W A S D      Move            Left click   Fire
  Mouse        Look            1-6 / wheel  Switch weapon
  R            Reload          F            Toggle flashlight
  Tab          Overhead map    E            Use exit pad (next level)
  Shift        Sprint          Esc          Quit

Collect the coloured key, open the matching locked door, and reach the glowing
exit pad to descend to the next level.

Notes
  - Self-contained: no .NET runtime install required.
  - Windows may show a SmartScreen prompt for an unsigned app — choose
    "More info" > "Run anyway".
  - Sound uses OpenAL. If it is not present the game runs silently; for audio,
    install OpenAL (https://www.openal.org/downloads/) or drop OpenAL Soft's
    soft_oal.dll (renamed OpenAL32.dll) next to FPS2.exe.
