mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
38 lines
1.7 KiB
HTML
38 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Phaser Tutorial 01 - Getting Started</title>
|
|
<script src="build/phaser.js" type="text/javascript"></script>
|
|
<style>
|
|
body {
|
|
font-family: Arial;
|
|
font-size: 14px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Getting started with Phaser</h1>
|
|
|
|
<h2>Part 7 - The Phaser Examples</h2>
|
|
|
|
<p>Phaser comes with a comprehensive suite of examples. At the current count over 160 of them. Whenever we add a new feature into Phaser we create an example to demonstrate how to use it. They are short self-contained snippets of code that focus on just a couple of elements and nothing more, and as such they're really useful to learn from!</p>
|
|
|
|
<p>Although we've uploaded the Examples to our site, we still recommend that you copy the whole phaser folder (the entire repository) to your webroot, so you can easily run the Example browser locally.
|
|
|
|
<p><a href="part8.html">Part 8: Next Steps</a></p>
|
|
|
|
<ul>
|
|
<li><a href="index.html">Part 1: Introduction</a></li>
|
|
<li><a href="part2.html">Part 2: Installing a web server</a></li>
|
|
<li><a href="part3.html">Part 3: Run in the Cloud</a></li>
|
|
<li><a href="part4.html">Part 4: Choosing an Editor</a></li>
|
|
<li><a href="part5.html">Part 5: Downloading Phaser</a></li>
|
|
<li><a href="part6.html">Part 6: Hello World!</a></li>
|
|
<li><a href="part7.html">Part 7: The Phaser Examples</a></li>
|
|
<li><a href="part8.html">Part 8: Next Steps</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html> |