My github page isn't deploying as my live server on my editor, can someone tell me why?

I’ve no idea why it’s not working, please help?

check this it easy tutorial

Does this mean every html file i upload needs to be an html as opposed to being named something else?

@ayanda I think you mean index.html?

The answer is no, you can call your HTML file anything. But it is easier if you call your index/“home” file index.html, because by default servers all have that specified as a default name, so you can omit it from the URL.

For example, your game’s live URL is https://ayandagatsha.github.io/RPSV3/ (I figured it out because GitHub URLs all have the same structure)

If you called your index.html file mygame.html instead, for example, it would still work, but you’d have to write the URL as https://ayandagatsha.github.io/RPSV3/mygame.html

1 Like

Ohhh… yeah, i just rps.html and went to the deployment page to try it out and it hadnt worked. I did now just rename it is index.html and then it worked.

1 Like

@ayanda just wanted to say i like your work on that game it pretty cool well done

do not forget i am waiting that you develop the next pubg/fortnite game

1 Like

Thanks, it is def better than my first attempt, haha!

I am still working om tutorials to helo me with game building so that might be a while lol

you very welcome and keep the good work man well done :wink:

1 Like