Ported HEXAPAWN to Javascript

This commit is contained in:
nanochess
2021-03-04 23:50:54 -06:00
parent 3d8024c7ce
commit 9349aa0890
2 changed files with 346 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>HEXAPAWN</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="hexapawn.js"></script>
</body>
</html>