roam.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" type="image/png" href="https://owlman.neocities.org/favicon.ico" />
  5. <title>Roam (roam.lua)</title>
  6. <body bgcolor="#CCCCCC" text="#000000">
  7. <!-- -->
  8. <!-- Because you are reading this, it must mean only one thing; you -->
  9. <!-- are looking at our page source, well, hope you like the -->
  10. <!-- look of it! -->
  11. <!-- -->
  12. <!-- The Penny's Pages Wiki was made by members of the Neocities -->
  13. <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
  14. <!-- enjoying reading our articles. -->
  15. <!-- -->
  16. <!-- Penny's Pages is composed of original material, and may be used -->
  17. <!-- as long as you follow CC BY-NC-SA 3.0 -->
  18. <!-- -->
  19. <!-- Our URL: https://thewikion.neocities.org/ -->
  20. <!-- -->
  21. <!-- Enjoy the rest of your night, young Internet search astronaut! -->
  22. <!-- -->
  23. <TABLE WIDTH=750><TD VALIGN=TOP>
  24. <h1>Roam (roam.lua)</h1>
  25. <p>
  26. <i>Roam</i> (roam.<a href="https://en.wikipedia.org/wiki/Lua_%28programming_language%29">lua</A>) is the name of a text adventure, written and coded by dotcomboom in June 2018. In the game you play as a person who visits a number of locations such as a forest, a desert, and a town.
  27. <p>
  28. The game was released into the Public Domain at the same time it was published online, a copy of the game can be found <a href="https://dotcomboom.neocities.org/roam.txt">on dotcomboom's website</A>, also, a local copy of it can be found <a href="img/roam.txt">here</a>. To play the game you must need a <a href="https://www.lua.org/download.html">Lua interpreter</A> to play it, you also need to download <tt>oam.txt</tt> and rename it to <tt>roam.lua</tt>.
  29. <p>
  30. <pre><blockquote>
  31. ___
  32. | _ \___ __ _ _ __
  33. | / _ \/ _` | ' \
  34. |_|_\___/\__,_|_|_|_|
  35. You are in region 1.
  36. You haven't been here before.
  37. It is a town area.
  38. Activity is bustling here.
  39. Your pockets seem to be empty at the moment.
  40. You have 0 coins on hand.
  41. Will you...
  42. Go [O]nward?
  43. [V]iew your map?
  44. [T]rade with the townsfolk?
  45. </pre></blockquote>
  46. <p>
  47. If you are unable to play the game offline, or you do not want to deal with downloading and renaming, you can find an online version at the following URL: <tt><a href="https://repl.it/@dotcomboom/Roam">https://repl.it/@dotcomboom/Roam</a></tt>.
  48. <hr></hr>
  49. <tt>
  50. References
  51. <P>
  52. I. one</br>
  53. <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
  54. <P>
  55. II. two</br>
  56. <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
  57. <P>
  58. III. three</br>
  59. <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
  60. <p>
  61. This page was last updated: dd/mm/yyyy @ hh:mm
  62. <p>
  63. In total this page has had NUMBER updates since it was uploaded.
  64. <P></tt>
  65. <font color="black"><center>&#x2605;</center></font color>
  66. </body>
  67. </html>