UNPKG

adventure-engine

Version:

Simple text based adventure game library.

17 lines 629 B
<html> <head> </head> <body style="background-color:#000000;"> <pre id="logo" style="color:#00FF00;font-family:'Courier New';text-align:center"> </pre> <div style="width:650px;height:530px;background-color:black;border-radius:10px;margin:auto;text-align:center;"> <canvas id="terminal" width="640" height="520" style="margin: 5px 5px;"></canvas> </div> <script src="/socket.io/socket.io.js"></script> <script type="text/javascript" src="js/lo-fi-player.js"></script> <script type="text/javascript" src="js/terminal.js"></script> <script> terminal.getInstance(); </script> </body> </html>