head	1.3;
access;
symbols
	tonic_4:1.3
	tonic_3:1.3
	tonic_2:1.3
	demo:1.3.0.2
	design_report:1.3;
locks; strict;
comment	@# @;


1.3
date	95.12.09.23.30.30;	author rgmisra;	state Exp;
branches;
next	1.2;

1.2
date	95.12.09.23.23.33;	author rgmisra;	state Exp;
branches;
next	1.1;

1.1
date	95.12.06.02.23.36;	author rgmisra;	state Exp;
branches;
next	;


desc
@@


1.3
log
@fixed the date at the top
@
text
@<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">
@


1.2
log
@change newgame to new_game
@
text
@d3 1
a3 1
<!-- Last modified Dec. 5, 1995 by rgmisra -->
@


1.1
log
@removed html extensions to reflect the fact that they will be accessed
through html and start methods
@
text
@d8 1
a8 1
start a new game or <a href=join>join a game in progress</a>.
d11 1
a11 1
<form method="get" action="/newgame">
a12 2
Time for black (in seconds): <input name="btime" type="int">
<br>
a14 6
Play against: 
<select name="opponent">
<option selected>Computer</option>
<option>Human</option>
</select>
<br>
d17 2
a18 2
<option selected>White</option>
<option>Black</option>
d20 1
d22 2
@
