Ported NIM to Javascript

This commit is contained in:
nanochess
2021-03-01 21:48:52 -06:00
parent 35917f6e8c
commit 42876f41c8
2 changed files with 279 additions and 0 deletions

View File

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