Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created October 9, 2019 22:41
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 topherPedersen/27b48d16959a0ac7bf80c773bdfd7db0 to your computer and use it in GitHub Desktop.
Save topherPedersen/27b48d16959a0ac7bf80c773bdfd7db0 to your computer and use it in GitHub Desktop.
PhaserJS Starter Template (phaser.html)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.19.0/phaser.js"></script>
<script src="game.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment