I know you can play the game at chrome://dino, but it doesn’t evoke the same nostalgic feeling of a 10yr old me turning on aeroplane mode and spamming space bar to try and beat my brother’s high score. Good memories.

        • sirdorius@kbin.social
          link
          fedilink
          arrow-up
          0
          arrow-down
          17
          ·
          1 year ago

          Oh ok so just a simple powershell command:

          Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

          Totally easy to remember