about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-03 01:38:59 +0000
committerahriman <ahriman@falte.red>2019-01-03 01:38:59 +0000
commit2cff2b45ef8107b04191a1c3658744c8c6abd411 (patch)
tree009531d702ce608b3c10e8a33dd338cb07a22a86
parentadb9cc5dac01a51e9f723948133c2b820e4a8a0a (diff)
downloadsite-2cff2b45ef8107b04191a1c3658744c8c6abd411.tar.gz
added dcss wiki page
-rw-r--r--table.connusers2
-rw-r--r--tilde.css5
-rw-r--r--wiki.php3
-rw-r--r--wikipages/dcss.wiki46
4 files changed, 53 insertions, 3 deletions
diff --git a/table.connusers b/table.connusers
index 9c212bd..5a93076 100644
--- a/table.connusers
+++ b/table.connusers
@@ -1,5 +1,5 @@
 <ul>
-<li>rnelson</li>
 <li>lorenzo</li>
+<li>rnelson</li>
 <li>nimbius</li>
 </ul>
diff --git a/tilde.css b/tilde.css
index 3bfdc21..aec427a 100644
--- a/tilde.css
+++ b/tilde.css
@@ -95,8 +95,11 @@ h1 {
     margin-left: auto;
     margin-right: auto;
 }
+h2 {
+    font-size: 1.5em;
+}
 h3 {
-	font-size: 1.5em;
+	font-size: 1.35em;
 	margin-bottom: 5px;
 }
 h4 {
diff --git a/wiki.php b/wiki.php
index dfad6b4..9a83a28 100644
--- a/wiki.php
+++ b/wiki.php
@@ -30,7 +30,8 @@
         </p>
 
         <h3>Pages:</h3>
-        <a href="wiki.php?page=unixprotips">UNIX ProTips</a><br />
+        &nbsp;&nbsp;<a href="wiki.php?page=dcss">Dungeon Crawl Stone Soup</a><br />
+        &nbsp;&nbsp;<a href="wiki.php?page=unixprotips">UNIX ProTips</a><br />
         <?php
 
         } else {
diff --git a/wikipages/dcss.wiki b/wikipages/dcss.wiki
new file mode 100644
index 0000000..43c04a4
--- /dev/null
+++ b/wikipages/dcss.wiki
@@ -0,0 +1,46 @@
+<!--
+    author: ahriman / Ben Morrison
+    title: Dungeon Crawl Stone Soup
+    description: playing DCSS on the tildeverse server
+-->
+
+<h2>Dungeon Crawl Stone Soup</h2>
+
+<p>DCSS is a fun roguelike game that is now available on a
+ tildeverse server for your enjoyment. There are two ways to
+ play: via WebTiles for simple 2d graphics and via SSH for
+ a more traditional ascii interface.</p>
+
+ <p>CTVO: <a href="https://crawl.tildeverse.org">https://crawl.tildeverse.org</a></p>
+
+<p>If you already have an account on tilde.institute, you can
+ play via the ascii interface by issuing the command <code>dcss</code>.
+ This will automatically connect to the server and present the
+ login/registration menu.</p>
+
+<p>Some users prefer graphics. For webtiles, it will be necessary
+ to go to <a href="https://crawl.tildeverse.org">https://crawl.tildeverse.org</a>.
+ Click "PLAY" to open the WebTiles interface.</p>
+
+<h3>Recorded Games</h3>
+
+<p>All games on CTVO (the tildeverse crawl server) are recorded for
+ later playback. In order to review a previously recorded game,
+ navigate to <a href="https://crawl.tildeverse.org/ttyrec">the ttyrec directory</a>,
+ select a username, and download the ttyrec file. You'll need to
+ have the ttyrec package installed in order to review them. Issue:
+ <code>ttyplay file.ttyrec</code> and watch as your terminal
+ automagically transforms into a recorded DCSS game.</p>
+
+<p>ttyplay is installed on tilde.institute, so feel free to download
+ a game to your home directory and watch it from there.</p>
+
+<h3>Morgue Files</h3>
+
+<p>Want to see the run-down of a game? Check out the morgue file
+ for it. They're sorted into username directories at:
+ <a href="https://crawl.tildeverse.org/morgue">https://crawl.tildeverse.org/morgue</a>.
+ Each morgue file contains information such as how you died, your stats,
+ an account of monsters vanquished, among other stuff.</p>
+
+<a href="/wiki">Back to Wiki</a>