Skip to content

Commit 92cf118

Browse files
committed
Updated links
1 parent a2283e0 commit 92cf118

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Phaser is a 2D JavaScript/TypeScript HTML5 Game Framework based heavily on [Flix
1111

1212
Follow us on [twitter](https://twitter.com/photonstorm) and our [blog](http://www.photonstorm.com) for development updates.
1313

14+
For support post to the Phaser board on the [HTML5 Game Devs forum](http://www.html5gamedevs.com/forum/14-phaser/)
15+
1416
![Phaser Cameras](http://www.photonstorm.com/wp-content/uploads/2013/04/phaser_cams.png)
1517

1618
Requirements
@@ -28,45 +30,58 @@ Phaser was born from a cross-polination of the AS3 Flixel game library and our o
2830
Phaser fully or partially supports the following features. This list is growing constantly and we are aware there are still a number of essential features missing:
2931

3032
* Asset Loading
33+
3134
Images, Sprite Sheets, Texture Packer Data, JSON, Text Files, Audio File.
3235

3336
* Cameras
37+
3438
Multiple world cameras, camera scale, zoom, rotation, deadzones and Sprite following.
3539

3640
* Sprites
41+
3742
All sprites have physics properties including velocity, acceleration, bounce and drag.
3843
ScrollFactor allows them to re-act to cameras at different rates.
3944

4045
* Groups
46+
4147
Group sprites together for collision checks, visibility toggling and function iteration.
4248

4349
* Animation
50+
4451
Sprites can be animated by a sprite sheet or Texture Atlas (JSON Array format supported).
4552
Animation playback controls, looping, fps based timer and custom frames.
4653

4754
* Collision
55+
4856
A QuadTree based Sprite to Sprite, Sprite to Group or Group to Group collision system.
4957

5058
* Particles
59+
5160
An Emitter can emit Sprites in a burst or at a constant rate, setting physics properties.
5261

5362
* Input
63+
5464
Keyboard and Mouse handling supported (Touch coming asap)
5565

5666
* Stage
67+
5768
Easily change properties about your game via the stage, such as background color, position and size.
5869

5970
* World
71+
6072
The game world can be any size and Sprites and collision happens within it.
6173

62-
* Sound (partial support)
74+
* Sound
75+
6376
Currently uses WebAudio for playback. A lot more work needs to be done in this area.
6477

6578
* State Management
79+
6680
For larger games it's useful to break your game down into States, i.e. MainMenu, Level1, GameOver, etc.
6781
The state manager makes swapping states easy, but the use of a state is completely optional.
6882

6983
* Cache
84+
7085
All loaded resources are stored in an easy to access cache, which can be cleared between State changes
7186
or persist through-out the whole game.
7287

@@ -92,7 +107,7 @@ Beyond this there are lots of other things we plan to add such as WebGL support,
92107
Test Suite
93108
----------
94109

95-
Phase comes with an ever growing Test Suite. Personally we learn better by looking at small refined code examples, so we create lots of them to test each new feature we add. Inside the Tests folder you'll find the current set. If you write a particuarly good test then please send it to us.
110+
Phaser comes with an ever growing Test Suite. Personally we learn better by looking at small refined code examples, so we create lots of them to test each new feature we add. Inside the Tests folder you'll find the current set. If you write a particuarly good test then please send it to us.
96111

97112
The tests need running through a local web server (to avoid file access permission errors from your browser).
98113

@@ -111,7 +126,7 @@ If you find a bug (highly likely!) then please report it on github.
111126

112127
If you have a feature request, or have written a small game or demo that shows Phaser in use, then please get in touch. We'd love to hear from you.
113128

114-
You can do this on the [HTML5 Game Devs forum](http://www.html5gamedevs.com) or email: rich@photonstorm.com
129+
You can do this on the Phased board on the [HTML5 Game Devs forum](http://www.html5gamedevs.com/forum/14-phaser/) or email: rich@photonstorm.com
115130

116131
Bugs?
117132
-----

0 commit comments

Comments
 (0)