Ported FTBALL to Javascript

This commit is contained in:
nanochess
2021-03-26 23:01:01 -06:00
parent a2cffe63f1
commit db93b7c79f
3 changed files with 519 additions and 2 deletions

View File

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