I created a shooter game from the beginners tutorial and want to show it on my blog. However, I can't figure out how to publish to Wordpress. It is a paid blog not the free ones.
Can you upload a .PHP file to your Wordpress theme in a paid account? It's been close to decade since I last used Wordpress, but this might work.
1) Open up the index.html in an editor, and add the following to the very top:
<?php
/*
Template Name: ChooseYourOwnTemplateNameHere
*/
?>
2) Whatever you chose for your template name, rename index.hmtl as that with the extension .PHP
3) Upload all the files for your game to your current Wordpress theme.
4) Create a new page in your Wordpress dashboard for your game.
5) Change the template name to the one you created for your game in the page options.