Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alesh Slovak committed Aug 5, 2018
0 parents commit eac1883
Show file tree
Hide file tree
Showing 7 changed files with 8,162 additions and 0 deletions.
Binary file added fonts/pixelsix14.ttf
Binary file not shown.
Binary file added images/monster1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/monster2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>

<html>

<title>Pixel Battle</title>

<body>

<script src="lib/playground.js"></script>
<script src="lib/puchi8.js"></script>
<script src="src/main.js"></script>

</body>

</html>
Loading

0 comments on commit eac1883

Please sign in to comment.