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.

  • @ShadowCatEXE
    link
    English
    41 year ago

    You can install it using powershell, you just need to memorize the script!

    • sirdorius
      link
      fedilink
      6
      edit-2
      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