.____
   _____   |   /. _____         ____         ____   _____
   \    \  |    |_\_.  \_ ____ / _  \_ ____ / _  \__\_.  \_
    \    \/\    :  \|   /.\   \\//   /.\   \\//      \|   /.
     \______________|    :_____\/_____|_____\/________|    : g6
--------------------|____|----------------------------|____|-------

                          Presents

                     "Hessdalen Valley"

            a JavaScript 4k intro for Assembly 2022

                       Damage - Music
                       y0bi   - Code


How to run it
-------------

The simplest way to run it is to use Chrome and run it with the
following parameters:

Windows:

 --disable-web-security
 --user-data-dir="C:/Temp"
 --autoplay-policy=no-user-gesture-required

Linux:

 --disable-web-security
 --user-data-dir="/tmp"
 --autoplay-policy=no-user-gesture-required

Opening the intro.html should then work without any further tricks.

Alternatively, you can place it on any web server and open the intro.html
from there. If you have python, the usual "python -m http.server" is
just fine. The view must be clicked around with a mouse before
the intro starts so that the music is allowed to play.