Skip to content

Instantly share code, notes, and snippets.

@ryanhallcs
Created March 15, 2017 15:58
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 ryanhallcs/de8137100d4689caba94f853e51bff91 to your computer and use it in GitHub Desktop.
Save ryanhallcs/de8137100d4689caba94f853e51bff91 to your computer and use it in GitHub Desktop.
Phaser Hello World index
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My Phaser Game</title>
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'/ >
<script src="/vendor/phaser/phaser.min.js"></script>
<script src="/game.js"></script>
</head>
<body>
<div id="gameCanvas"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment