Ported ORBIT to Javascript

This commit is contained in:
nanochess
2021-03-02 12:56:23 -06:00
parent 425abe9b7b
commit 7c84cffa52
2 changed files with 164 additions and 0 deletions

View File

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