Browse Source

Fix up about

Thomas Dy 11 years ago
parent
commit
4a5c85becf
2 changed files with 18 additions and 2 deletions
  1. 1 1
      app/views/chatRoomNg.scala.html
  2. 17 1
      public/partials/about.html

+ 1 - 1
app/views/chatRoomNg.scala.html

@@ -44,7 +44,7 @@
             </div>
 
             <footer>
-                <p> </p>
+                <p><a href="http://twitter.com/pleasantprog">@@pleasantprog</a></p>
             </footer>
 
         </div>

+ 17 - 1
public/partials/about.html

@@ -4,7 +4,23 @@
   </div>
   <div class="row">
     <div class="span10" id="main">
-      <p>Play games <em>and</em> chat</p>
+      <p>
+        Hi! This is just a side project I made where you can play Taboo online.
+        I liked playing it with my friends during our Christmas party and I wanted
+        to play a bit more.
+      </p>
+      <p>
+        Feature-wise, it's a bit sparse. There's only one room and there is virtually
+        no score tracking beyond a single round, but it should at least have the
+        core game mechanics ok.
+      </p>
+      <p>
+        There aren't that many words yet, and I'd greatly appreciate contributing
+        some for the game. There's also an API for accessing the word list in case
+        you want to build your own Taboo-like thing. <code>GET /cards</code> should
+        give you the entire card list, while <code>GET /cards/random</code> will
+        give you a random card each time.
+      </p>
     </div>
   </div>
 </div>