UNPKG

rot-js

Version:

A roguelike toolkit in JavaScript

13 lines (12 loc) 469 B
<!doctype html> <html> <head> <title>rot.js: bundle file</title> </head> <body> <h1>rot.js: bundle file</h1> <p>This example includes rot.js using a pre-built JavaScript bundle. Every browser supports this mechanism without the need to bundle/compile your code. You will, however, always load the complete library, even if you plan on using only a small part of it.</p> <script src="../../dist/rot.js"></script> <script src="example.js"></script> </body> </html>