working GGS simulator in JS

This commit is contained in:
Jeena Paradies 2011-01-30 05:57:48 +01:00
parent a275990f62
commit 20a07dbd6a
8 changed files with 483 additions and 5 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Tic Tac Toe - Player 1</title>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
</head>
<body>
<h1>Tic Tac Toe and GGS simulation.</h1>
<hr>
<h2>Player 1</h2>
<div id="p1"></div>
</body>
</html>