├── .github └── FUNDING.yml ├── .gitignore ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── assets ├── fonts │ ├── BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2 │ ├── BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2 │ ├── BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2 │ ├── BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2 │ ├── BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2 │ ├── BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2 │ ├── BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfBBc4.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 │ ├── KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 │ ├── KFOmCnqEu92Fr1Mu4WxKOzY.woff2 │ ├── KFOmCnqEu92Fr1Mu4mxK.woff2 │ ├── KFOmCnqEu92Fr1Mu5mxKOzY.woff2 │ ├── KFOmCnqEu92Fr1Mu72xKOzY.woff2 │ ├── KFOmCnqEu92Fr1Mu7GxKOzY.woff2 │ ├── KFOmCnqEu92Fr1Mu7WxKOzY.woff2 │ ├── KFOmCnqEu92Fr1Mu7mxKOzY.woff2 │ └── LICENSE └── icons │ └── platforms.svg ├── csv_parser.py ├── images └── .keep ├── options.example.json └── templates ├── _inputrange.scss ├── _robotofonts.scss ├── game.html ├── index.html ├── script.js ├── style.css └── style.scss /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/README.md -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2 -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2 -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2 -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2 -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2 -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2 -------------------------------------------------------------------------------- /assets/fonts/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 -------------------------------------------------------------------------------- /assets/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 -------------------------------------------------------------------------------- /assets/fonts/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/fonts/LICENSE -------------------------------------------------------------------------------- /assets/icons/platforms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/assets/icons/platforms.svg -------------------------------------------------------------------------------- /csv_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/csv_parser.py -------------------------------------------------------------------------------- /images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /options.example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/options.example.json -------------------------------------------------------------------------------- /templates/_inputrange.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/_inputrange.scss -------------------------------------------------------------------------------- /templates/_robotofonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/_robotofonts.scss -------------------------------------------------------------------------------- /templates/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/game.html -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/script.js -------------------------------------------------------------------------------- /templates/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/style.css -------------------------------------------------------------------------------- /templates/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Varstahl/GOG-Galaxy-HTML5-exporter/HEAD/templates/style.scss --------------------------------------------------------------------------------