<h2>Introduction</h2>

<p><strong>rot.js</strong> was designed to provide help with traditional chores of roguelike programming. It does not use or depend on any other JS framework or library. It is an Open Source Software released under the <a href="http://en.wikipedia.org/wiki/BSD_License"></a>BSD License.</p>

<h2>Usage</h2>

<p>Please see <a href="https://github.com/ondras/rot.js#usage">the <em>Usage</em> section</a> of the GitHub project page for a full reference of various options to download and include <strong>rot.js</strong> in your project.</p>

<p>If you're using JVM-based build, you can setup the build system to download rot.js from <a href="http://www.webjars.org/">WebJars</a>.</p>

<h2>Examples</h2>

<p>This manual is interactive: click on any example to modify its source and re-run it by clicking elsewhere. Use the navigation menu to the left to access other chapters of this manual.
<br/>
<strong>Note: </strong>Examples in this manual use the <code>SHOW</code> function, which is not a part of <strong>rot.js</strong>. This helper function is available only to interactive examples.</p>