files:
- gitrepo: https://github.com/gabrielecirulli/2048/archive/refs/heads/master.zip
game:
main_file: $GAMEDIR/index.html
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: gitrepo
description: 2048 Classic (offline)
game_slug: '2048'
gogslug: ''
humblestoreid: ''
installer_slug: 2048-offline
name: '2048'
notes: Downloads the original GitHub version of 2048 for offline play. I recommend
setting the window size to 720x900 so that the full board is visible (Configure->Runner
options->Window size).
runner: web
script:
files:
- gitrepo: https://github.com/gabrielecirulli/2048/archive/refs/heads/master.zip
game:
main_file: $GAMEDIR/index.html
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: gitrepo
slug: 2048-offline
steamid: null
version: Offline
year: 2014
{
"game_slug": "2048",
"version": "Offline",
"description": "2048 Classic (offline)",
"notes": "Downloads the original GitHub version of 2048 for offline play. I recommend setting the window size to 720x900 so that the full board is visible (Configure->Runner options->Window size).",
"name": "2048",
"year": 2014,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "web",
"slug": "2048-offline",
"installer_slug": "2048-offline",
"script": {
"files": [
{
"gitrepo": "https://github.com/gabrielecirulli/2048/archive/refs/heads/master.zip"
}
],
"game": {
"main_file": "$GAMEDIR/index.html",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "gitrepo"
}
}
]
}
}