A Zork inspired game, using one of the best programming languages, HTML.
The rules for this project are simple:
- only HTML can be used for the game, thus no JavaScript nor CSS
- CSS is tricky as some argue that
<style>...</style>is CSS, and that using thestyle="..."attribute is also using CSS ; the only exception isstyle="color:#xxxxxx"
To ease the development of this game, the files are named as follows: <current location>_<action>[_<argument>...].html.