• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

HTML5 Help, I can't figure how to add my game to my own website

F

FroggyFresh18

Guest
I have tried a ton of different things but I just can't figure out how to link my game to a website that I have created, and how to edit the page that that game is on. Thanks - FroggyFresh18
 
F

FroggyFresh18

Guest
I have tried linking from outside websites like Itch.io and Kongrate, Also linking from then extracted zip file of the game, but I do not know how to use my files and put then into my website.
 

GMWolf

aka fel666
I have tried linking from outside websites like Itch.io and Kongrate, Also linking from then extracted zip file of the game, but I do not know how to use my files and put then into my website.
I assume you are exporting using the HTML5 export:

you should get an index.html file. Rename that to game.html or something like that
add all the exported files along side the rest of your website files.
then just treat the game.html (or whatever you named it) as any other webpage.

It sounds to me like you are not very proficient with making websites. you should follow a couple tutorials.

[edit]
Itch Io should give you a snippet you can directly paste into your HTML file if you uploaded an HTML5 game.
 
Last edited:
Top