<title>Antichess</title>
<!-- Begun Dec. 2, 1995 -->
<!-- Last modified Dec. 9, 1995 by rgmisra -->

<h1>Welcome to Antichess</h1>
For help with Antichess, go to the <a
href=help>Antichess Help Page</a>. Otherwise, you may
start a new game or <a href=incomplete_games>join an incomplete game</a>.
<hl>
<h2>Start a New Game</h2>
<form method="get" action="new_game">

Name of Human Player: <input name="name">
<br>
Side you want to play: 
<select name="side">
<option selected>white</option>
<option>black</option>
</select>
<br>
Time for white (in seconds): <input name="wtime" type="int">
<br>
Time for black (in seconds): <input name="btime" type="int">
<br>
<input type="submit" value="Enter game">
<input type="reset" value="Reset game info">
