• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Where can I download some exported GM HTML5 games?

M

Mudloop

Guest
Hi,

I'm working on a website where people can upload games. I auto-detect some things in the game's source (like dimensions, title, etc). I have this working for Unity builds, but I also want to support GameMaker.

I currently don't have a GM license, so I don't think I can export builds myself. Is there a place where I can download some HTML5 builds, or would someone be willing to send me some example exports?

An additional question: does anyone know if the exported html file ever changed its format, or if there's multiple export options? I'd like to support as many versions as possible.

Thank you for your time.
 

FrostyCat

Redemption Seeker
Here is a quick demo that you can download: Bouncing Hello World

Often it's best to start testing with minimalist examples before moving onto full-fledged projects. It cuts down on loading time, reduces the complexity, and makes it easier to identify key characteristics.

As for changing formats, the defaults haven't changed much (more or less the same HTML5 page code, meant to be embedded as an iframe), but there has always been an option to load in a custom index.html. So if your size auto-detect is tuned for the default, projects that have configured their own index.html might be incompatible with it. Have a manual override there, just in case.
 
Top