Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I absolutely loved the concept.
The execution was also quite cool.
I see a lot of potential in all the ideas you included in the game.
Great work. I really enjoyed playing it. Is addictive!

I'm curious: what kind of issues are you getting with the HTML export?
I have been using Godot for my games too, so maybe I can help.

(+1)

When I opened the Line.html file, it referred me to a blank site. When I opened the godot.offline.html file, it referred me to a site that looked like the image. But I wasn't offline!

I believe you can't simply open the HTML file locally by double-clicking it to open in the browser. This is because web browsers prevent the execution of WASM files in certain scenarios .

To test  it, once you add the HTML5 export configuration in your project, a new button should appear next to the Run Project, Run Scene, etc. Use that button.

Once you test it and export it, remember to rename your HTML file to index.html befote zipping it. This is a requirement for Itch.io to recognize the HTML it needs to run.

I don't know how to export the game for HTML, but I've succeeded with creating a link to Netlify! :-)

 https://hilarious-pie-b18895.netlify.app/

(3 edits) (+1)

And now I've succeeded to export the game for HTML! :-)