Releasing a Web game onto Steam

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • my-git-repo

  • { "name": "game-id", "version": "1.0.0", "main": "index.html", "author": "Jack Le Hamster (https://jacklehamster.github.io/)", "company": "Dobuki Studio", "country": "U.S", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jacklehamster/my-git-repo.git" }, "bugs": { "url": "https://github.com/jacklehamster/my-git-repo/issues" }, "homepage": "https://github.com/jacklehamster/my-git-repo#readme", "window": { "title": "My Game Title", "width": 1000, "height": 800, "fullscreen": false, "kiosk": false, "resizable": true, "always_on_top": false, "show_in_taskbar": true, "frame": true, "transparent": false, "position": "center", "icon": "icon.png" }, "nodejs": false }

  • nw.js

    Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.

  • To package the web game into an executable, there are options like Electron, but I prefer NWJS because it creates less bulky executables.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts