Download Your Game as JavaScript

On this page, you can download a JavaScript version of your game that you can post to another site. If you haven't created a game yet, choose one here to edit.

The game will be domain locked to one domain that you specify. This is done to protect your IP, and ours. localhost is supported.

This service is in beta to see if people like it. For that reason, it's Free for a limited time - especially if I run out of cloud credits.

Use this coupon code in the form below:

Free4Now

Expires immediately

If you haven't seen itch.io, try it out. It's a great place to publish the games you make. I have 2 games there myself (which inspired this service.)

  1. Customize your game.
  2. Download the sclpak file of your creation.
  3. Upload the the sclpak file below.
  4. Wait a few minutes or less.
  5. Download your JavaScript



Invalid file. Please upload a valid file.







Invalid domain name.

This takes about 5 minutes, maybe less, maybe a bit more.

To run your game on your own website, the page HTML would look like this:
<html>
  <body>
    <script src="[game-file].js"></script>
  </body>
</html>