about summary refs log tree commit diff stats
path: root/js/rotjs/index.html
blob: 978c64831c32751502dc017e9c2a0f1840d17dca (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <title>rot.js tutorial game</title>
    <script src="/src/rot.min.js"></script>
    <script src="/src/game.js"></script>
  </head>
  <body onload="Game.init()"></body>
</html>