Ubuntu Linux Magic: Use Relative Links In Your Text-Adventure Game Written In HTML

Okay, I am experimenting on writing text-adventure games in html, an easy way to program my text-based game by linking these pages together. I decided to use the “../examplefolder” method to jump out of these directories as I write my text-based game what I am currently working on. If you were making your text-based game in Ubuntu, and you linked your index.html file to prevent a directory from being displayed, a strategic way to prevent cheaters from cheating, this is key to make your text-based game too difficult to cheat, and make it easier for you to duplicate copies of your text-based games for your website.

Continue reading “Ubuntu Linux Magic: Use Relative Links In Your Text-Adventure Game Written In HTML”