2012-05-24 16:27:24 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Welcome</title>
|
|
|
|
<link rel="stylesheet" href="ctf.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Welcome</h1>
|
|
|
|
|
|
|
|
<h2>Important Links</h2>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="scoreboard.html">Scoreboard</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="puzzles.html">Puzzles</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="scoring.html">About scoring</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
2012-07-12 17:15:43 -06:00
|
|
|
<p>
|
|
|
|
Project 2 is a puzzle-based game for individuals or teams.
|
|
|
|
Get started by creating a new team at the console, then start
|
|
|
|
working on the <a href="puzzles.html">puzzles</a>.
|
|
|
|
When you have solved a puzzle, enter the answer at the console
|
|
|
|
to change your ranking on the <a href="scoreboard.html">scoreboard</a>.
|
|
|
|
</p>
|
|
|
|
|
2012-05-24 16:27:24 -06:00
|
|
|
<p>
|
|
|
|
This event would not be possible without the help of many people.
|
|
|
|
<a href="credits.html">Thank you, people</a>.
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|