12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="icon" type="image/png" href="https://owlman.neocities.org/favicon.ico" />
- <title>Roam (roam.lua)</title>
- <body bgcolor="#CCCCCC" text="#000000">
- <!-- -->
- <!-- Because you are reading this, it must mean only one thing; you -->
- <!-- are looking at our page source, well, hope you like the -->
- <!-- look of it! -->
- <!-- -->
- <!-- The Penny's Pages Wiki was made by members of the Neocities -->
- <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
- <!-- enjoying reading our articles. -->
- <!-- -->
- <!-- Penny's Pages is composed of original material, and may be used -->
- <!-- as long as you follow CC BY-NC-SA 3.0 -->
- <!-- -->
- <!-- Our URL: https://thewikion.neocities.org/ -->
- <!-- -->
- <!-- Enjoy the rest of your night, young Internet search astronaut! -->
- <!-- -->
- <TABLE WIDTH=750><TD VALIGN=TOP>
- <h1>Roam (roam.lua)</h1>
- <p>
- <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.
- <p>
- 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>.
- <p>
- <pre><blockquote>
- ___
- | _ \___ __ _ _ __
- | / _ \/ _` | ' \
- |_|_\___/\__,_|_|_|_|
- You are in region 1.
- You haven't been here before.
- It is a town area.
- Activity is bustling here.
- Your pockets seem to be empty at the moment.
- You have 0 coins on hand.
- Will you...
- Go [O]nward?
- [V]iew your map?
- [T]rade with the townsfolk?
- </pre></blockquote>
- <p>
- 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>.
- <hr></hr>
- <tt>
- References
- <P>
- I. one</br>
- <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
- <P>
- II. two</br>
- <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
- <P>
- III. three</br>
- <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
- <p>
- This page was last updated: dd/mm/yyyy @ hh:mm
- <p>
- In total this page has had NUMBER updates since it was uploaded.
- <P></tt>
- <font color="black"><center>★</center></font color>
- </body>
- </html>
|