Ported CHECKERS, CHEMIST, and CHIEF to Javascript

This commit is contained in:
nanochess
2021-02-19 15:04:20 -06:00
parent 59bdbb82e6
commit 6f3d173f4a
7 changed files with 515 additions and 1 deletions

View File

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