mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-08 19:33:31 -08:00
Ported BATTLE to Javascript
This commit is contained in:
9
09 Battle/javascript/battle.html
Normal file
9
09 Battle/javascript/battle.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>BATTLE</title>
|
||||
</head>
|
||||
<body>
|
||||
<pre id="output" style="font-size: 12pt;"></pre>
|
||||
<script src="battle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user