Installer infinite-mario-html5

files:
- game: https://github.com/robertkleffner/mariohtml5/archive/master.zip
game:
  main_file: main.html
installer:
- extract:
    dst: $GAMEDIR
    file: game
web:
  disable_scrolling: true
  open_links: true
  window_size: 640x480
description: ''
game_slug: infinite-mario
gogslug: ''
humblestoreid: ''
installer_slug: infinite-mario-html5
name: Infinite Mario
notes: ''
runner: web
script:
  files:
  - game: https://github.com/robertkleffner/mariohtml5/archive/master.zip
  game:
    main_file: main.html
  installer:
  - extract:
      dst: $GAMEDIR
      file: game
  web:
    disable_scrolling: true
    open_links: true
    window_size: 640x480
slug: infinite-mario-html5
steamid: null
version: HTML5
year: null
{
  "game_slug": "infinite-mario",
  "version": "HTML5",
  "description": "",
  "notes": "",
  "name": "Infinite Mario",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "web",
  "slug": "infinite-mario-html5",
  "installer_slug": "infinite-mario-html5",
  "script": {
    "files": [
      {
        "game": "https://github.com/robertkleffner/mariohtml5/archive/master.zip"
      }
    ],
    "game": {
      "main_file": "main.html"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "game"
        }
      }
    ],
    "web": {
      "disable_scrolling": true,
      "open_links": true,
      "window_size": "640x480"
    }
  }
}
Back to game