Ported CRAPS to Javascript

This commit is contained in:
nanochess
2021-03-03 15:24:21 -06:00
parent ca285b4c18
commit 990658b8e6
3 changed files with 138 additions and 1 deletions

View File

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