working GGS simulator in JS
This commit is contained in:
parent
a275990f62
commit
20a07dbd6a
8 changed files with 483 additions and 5 deletions
13
games/tic-tac-toe-js/window1.html
Normal file
13
games/tic-tac-toe-js/window1.html
Normal 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>
|
Reference in a new issue