mirror of
https://github.com/photonstorm/phaser
synced 2024-12-01 00:49:41 +00:00
34 lines
1 KiB
HTML
34 lines
1 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 8 - Next Steps</h2>
|
||
|
|
||
|
<p></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>
|