Skip to content

Instantly share code, notes, and snippets.

@napcs
Created November 5, 2016 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save napcs/9808df62004351057f37e4f6b9ccea1d to your computer and use it in GitHub Desktop.
Save napcs/9808df62004351057f37e4f6b9ccea1d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Game</title>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.6.2/phaser.js"></script>
<script type="text/javascript" src="game.js" charset="utf-8"></script>
</body>
</html>
// your game code goes in this file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment