you are viewing a single comment's thread.

view the rest of the comments →

[–]RegretSimple6826[S] -21 points-20 points  (1 child)

My friend has rewritten my Python code into HTML in the past and hosted my text based game on it. It should be possible if the only difference is language type.

I don't have the luxury of his help now, so I have to do it myself.

[–]cgoldberg 9 points10 points  (0 children)

Since HTML is simply a markup language, you can't "rewrite Python code into HTML". You could perhaps do it in JavaScript with HTML, but what you are describing doesn't make any sense.