mirror of
https://github.com/wassname/phaser.git
synced 2026-08-06 13:31:05 +08:00
Final version of the Getting Started guide.
This commit is contained in:
@@ -21,15 +21,7 @@
|
||||
|
||||
<p>You need to discover where your 'web root' is on your machine. This is the folder in which the server looks for files. If you are using WAMP on Windows you can locate it by clicking the WAMP icon in your system-tray and select "www directory" from the pop-up menu. Other servers will have other methods of determining the location, but from this point on we'll refer to it as the 'webroot'.</p>
|
||||
|
||||
<p>1. Within the webroot create a folder called 'hellophaser'. Download <a href="">this zip file</a> and extract the contents to the 'hellophaser' folder.</p>
|
||||
|
||||
<p>2. Using your text editor create a file called index.html within the 'hellophaser' folder and paste the following code into it:</p>
|
||||
|
||||
<code>
|
||||
|
||||
</code>
|
||||
|
||||
<p>3. Save the file and on Windows the final folder should look something like this:</p>
|
||||
<p>Download <a href="hellophaser.zip">this zip file</a>. It contains a folder called 'hellophaser' inside which you'll find a JavaScript file, an index.html and a PNG. Copy the 'hellophaser' folder to your webroot.</p>
|
||||
|
||||
<h3>Testing, testing ...</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user