add README.md index

This commit is contained in:
Wing 2014-07-22 14:13:32 +08:00
parent 122640e01b
commit eb4d635046

View file

@ -1,6 +1,26 @@
![Phaser 2.0](http://www.phaser.io/images/phaser2-github.png)
# Phaser 2.1.0-dev
# Index
- [About](#about)
- [What's new?](#whats-new)
- [Getting Started](#getting-started)
- [Change Log](#change-log)
- [How to Build](#how-to-build)
- [Koding](#koding)
- [Bower](#bower)
- [CDNJS](#cdnjs)
- [Requirements](#requirements)
- [Learn By Example](#example)
- [Features](#features)
- [Road Map](#road-map)
- [Nadion](#nadion)
- [Contributing](#contributing)
- [Bugs?](#bugs)
- [License](#license)
# Phaser 2.1.0-dev <a name="about"></a>
Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) internally for fast 2D Canvas and WebGL rendering.
@ -21,7 +41,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
![div](http://phaser.io/images/div4.png)
## Welcome to Phaser and What's new in 2.1.0?
## Welcome to Phaser and What's new in 2.1.0? <a name="whats-new"></a>
Until then happy coding everyone! And we hope to see you on the forums.
@ -29,7 +49,7 @@ Until then happy coding everyone! And we hope to see you on the forums.
![div](http://phaser.io/images/div1.png)
## Getting Started Guides
## Getting Started Guides <a name="getting-started"></a>
We have a [Getting Started Guide](http://phaser.io/getting-started-js.php) which covers all you need to begin developing games with Phaser. From setting up a web server to picking an IDE. If you're new to HTML5 game development, or are coming from another language like AS3, then we recommend starting there.
@ -43,7 +63,7 @@ Finally the list of [community authored Phaser Tutorials](http://www.lessmilk.co
![div](http://phaser.io/images/div2.png)
## Change Log
## Change Log <a name="change-log"></a>
Version 2.1.0 - "Cairhien" - -in development-
@ -67,7 +87,7 @@ The full Change Log is at https://github.com/photonstorm/phaser/blob/master/CHAN
![div](http://phaser.io/images/div3.png)
## How to Build
## How to Build <a name="how-to-build"></a>
We provide a fully compiled version of Phaser in the `build` folder, in both plain and minified formats.
@ -133,7 +153,7 @@ Note: The `phaser.min.js` file in the build folder contains all 3 physics system
![div](http://phaser.io/images/div3.png)
## Learn By Example
## Learn By Example <a name="example"></a>
Ever since we started Phaser we've been growing and expanding our extensive set of Examples. Currently over 320 of them!
@ -267,7 +287,7 @@ Here are some of the features planned for future releases:
![div](http://phaser.io/images/div1.png)
## MightyEditor - A Visual Phaser Game Editor
## MightyEditor - A Visual Phaser Game Editor <a name="mighty-editor"></a>
[MightyEditor](http://mightyfingers.com/) is a browser-based visual Phaser game editor. Create your maps with ease, position objects and share them in seconds. It also exports to native Phaser code. Excellent for quickly setting-up levels and scenes.