Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! I didn't know you were interested in game dev. Do you know when we will get the first demo? My advice is, don't hide it share it with the community and get feedback as soon as possible. Also, make a Discord. These are the most important steps for a new game project.

(+1)

Alright! I don't have a discord, but I'll take your advice also, the demo is in Scratch, just look it up. Thank you, Rebellium!

You can embed a scratch project into an HTML file and upload it here on itch, here is a link on how to do that: https://en.scratch-wiki.info/wiki/How_to_Embed_a_Project

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Cyberdystopia</title>
        <style>
            html,
            body {
                height: 100%;
                overflow: hidden;
                margin: 0;
            }
        </style>
    </head>
    <body>
        <iframe
            src="https://scratch.mit.edu/projects/1073128018/embed"
            allowtransparency="true"
            width="100%"
            height="100%"
            frameborder="0"
            scrolling="no"
            allowfullscreen
        ></iframe>
    </body>
</html>
(1 edit)

You can copy paste above HTML code into the file, I hope it works

The file must be named index.html, and I think you can upload it directly to itchio otherwise zip it then upload it. and don't forget to check "This file will be played on the browser"

It just shows up as a purple screen.

Oh, it was the internet being slow again