2012-01-30 01:13:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2012-01-28 08:50:02 +00:00
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
|
|
pageEncoding="UTF-8" %>
|
2011-12-17 00:39:52 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2012-01-30 01:13:51 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2011-12-17 00:39:52 +00:00
|
|
|
<title>Cards Against Humanity</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2012-01-30 01:13:51 +00:00
|
|
|
<p>
|
|
|
|
This webapp is still in development. There will be bugs, but hopefully they won't affect gameplay
|
|
|
|
very much. To assist with development, <strong>all traffic on this server <em>may</em> be
|
|
|
|
logged.</strong>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
The name you enter and your computer's IP address will <strong>always</strong> be logged when you
|
|
|
|
load the game client. Chat and gameplay may also be logged.
|
|
|
|
</p>
|
|
|
|
<p>Known issues:</p>
|
|
|
|
<ul>
|
|
|
|
<li>You may not always see your card in the top area after you play it.</li>
|
|
|
|
<li>Leaving the game could very easily break the game.</li>
|
|
|
|
</ul>
|
|
|
|
<p>Current limitations:</p>
|
|
|
|
<ul>
|
|
|
|
<li>Support for Black Cards with "pick" and/or "draw" annotations is not implemented. These cards
|
|
|
|
are skipped entirely at the moment.</li>
|
|
|
|
<li>All games and the main lobby share the same chat.</li>
|
|
|
|
<li>There is no play timer to keep the game moving if one person goes idle. However, if their
|
|
|
|
browser crashes or they lose connection, they will be removed from the game after approximately 3
|
|
|
|
minutes.</li>
|
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
<input type="button" value="I have read the above; Take me to the game!"
|
|
|
|
onclick="window.location='game.jsp';" />
|
|
|
|
</p>
|
2011-12-17 00:39:52 +00:00
|
|
|
</body>
|
2012-01-30 01:13:51 +00:00
|
|
|
</html>
|