I'm making a game in python but I lack some experience in programming. The game works, so now I want to start publishing it on itch.io as HTML5. However, I don't know how to convert it into the appropriate form.
I've seen a guide page by itch.io that says that I need to upload a ZIP file if I'm making a HTML5 game with numerous files. However, it also says I need an index.html file for paths. I don't know how to do that and how it works.
Note: My game uses a few modules that I'll like to implement too.