Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions web.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def head(static, title):
def logoblock(subhead):
sh = "<h2>{}</h2>".format(subhead) if subhead != None else ""
return """<div id="title">
<img id="logo" src="static/logo.png">
<img id="logo" src="static/logo.png" width="740px" height="200px">
<h1 id="sdc">{} sudden death challenges</h1>
{}</div>""".format(version, sh)

Expand Down Expand Up @@ -200,19 +200,18 @@ def overviewpage():
_You are suddenly pulled into a different region of the Abyss!
_A floating eye, a glowing orange brain, 4 small abominations and 8 large
abominations come into view.</pre>
<p>The Crawl Sudden Death Challenges is a competition that aims to fill a
Crawl niche not currently filled by the biannual version release tournaments.
The idea is for players to compete by trying to do as well as possible in a
game of Crawl with one attempt only; if you die, that challenge is over (thus
"sudden death", though you may&mdash;<em>will</em>&mdash;also die suddenly). This competition is
a lower time commitment event that aims to challenge players while
simultaneously encouraging unusual characters and play styles that you might
not normally consider.</p>

<p>Milestones from CSDC games will be announced in the IRC channel
<code>##csdc</code> on <a href="http://freenode.net">freenode</a>.
It's a great place to hang out if you want to live spectate ongoing games or
talk with other people about the competition.</p>
<p>
The Crawl Sudden Death Challenges (CSDC) are a series of challenge runs. Your
goal is to win the game and complete bonus objectives in one attempt only.
There is one challenge per week. This competition aims to challenge players
with unusual characters and play styles.
</p>

<p>
Milestones from CSDC games are announced in the IRC channel <code>##csdc</code>
on <a href="http://freenode.net">freenode</a>. You can find live games to
spectate or chat with others about the competition.
</p>

<h2>Competition Format</h2>

Expand Down