Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

I make my games in GameMaker, I want to make web builds but i don't think GameMaker supports it. Also, because you really played my game, i'll give you a secret code. Right click the start button exactly 100 times. It allows access to a hard mode.

(1 edit)

Your game was incredible BTW. I spent 20 minutes playing it.

Thank you!

(1 edit)

GameMaker does support web builds, you have to click the cross-air in the top right of the screen, select HTML5, then build the game as a zip file. 

Your code's probably not as bad as mine but I had to resize the game window to make the game playable.

Useful link: https://itch.io/docs/creators/html5

(1 edit) (+1)

It's easier than that the default GX.games build target works just fine on itch, export that as a zip, upload it  as a web project, enable fullscreen and your good to go

I tried to use HTML5, but for some reason it was super zoomed in. My viewport size might have something to do with it? All my viewports are 1366 by 768 (the default) and with windows it works fine. Should I change that so it will work?

I figured it out. But why is the game going black when loading into the main level?

Is this because of the level's room size? (13660 by 7680)

(1 edit)

Do you have view ports enabled? I had a similar issue because I forgot to make viewport 0 visible. Room's size shouldn't be causing problems if the window is size is correct.

(3 edits) (+1)

HTML 5 is buggy I've had issues in the past with post processing bugging out but building it as a gx.games target, outputting as a zip and uploading it set as a play in browser game works just fine