papercats/test.html
2017-02-23 22:02:47 +00:00

21 lines
576 B
HTML

<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="color.js"></script>
<script src="Grid.js"></script>
<script src="stack.js"></script>
<script src="player.js"></script>
<script src="game.js"></script>
<style>
body, html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: black;
}
</style>
</head>
<body>
<canvas id="main-ui"></canvas>
</body>