littlejsengine
Version:
LittleJS - Tiny and Fast HTML5 Game Engine
12 lines (11 loc) • 440 B
HTML
<head>
<title>LittleJS Breakout Game</title>
<meta charset=utf-8>
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=mobile-web-app-capable content=yes>
<link rel=icon type=image/png href=../favicon.png>
</head><body>
<script src=../../dist/littlejs.js?1117></script>
<script src=../../plugins/postProcess.js?1117></script>
<script src=gameObjects.js?1117></script>
<script src=game.js?1117></script>