How do I include this javascript game into an html page

Hi all, please help this newbie

I would like to create a website like this:

https://tankanarchy.herokuapp.com/

here are the javascript files:

I guess it’s simple but I have no idea how. Thank you in advance.

Hi @zitafizeno, you mean this exact game? Then an iframe would do I guess…

<iframe src="https://tankanarchy.herokuapp.com/"></iframe>

Other than that, it’s not exactly trivial I’m afraid – just including the JS files in your web page won’t work as you also need to run a node server to begin with.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.