|
1 | | -Phaser |
2 | | -====== |
3 | | - |
4 | 1 |  |
5 | 2 |
|
| 3 | +Phaser 1.0 |
| 4 | +========== |
| 5 | + |
| 6 | +Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It supports Canvas and WebGL rendering. |
| 7 | + |
6 | 8 | Version: 1.0.0 - Released: September 13th 2013 |
7 | 9 |
|
8 | 10 | By Richard Davey, [Photon Storm](http://www.photonstorm.com) |
9 | 11 |
|
10 | | -Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It supports Canvas and WebGL rendering. |
11 | | - |
12 | | -The [Official Website](http://phaser.io)<br /> |
| 12 | +View the [Official Website](http://phaser.io)<br /> |
13 | 13 | Follow on [Twitter](https://twitter.com/photonstorm)<br /> |
14 | 14 | Read the [Development Blog](http://www.photonstorm.com)<br /> |
15 | | -Join the [Support Forum](http://www.html5gamedevs.com/forum/14-phaser/) |
16 | | - |
| 15 | +Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/) |
17 | 16 | Try out the [Phaser Test Suite](http://gametest.mobi/phaser/) |
18 | 17 |
|
19 | 18 | "Being negative is not how we make progress" - Larry Page, Google |
@@ -123,16 +122,19 @@ Known Issues |
123 | 122 | Future Plans |
124 | 123 | ------------ |
125 | 124 |
|
126 | | -* Ability to layer another DOM object and have it controlled by the game somehow. Can then do stacked canvas effects. |
127 | | -* Add ability to create extra <div>s within the game container, layered above/below the canvas. |
128 | | -* Basic set of GUI components, checkbox, window, etc. |
129 | | -* Tilemap: remove tiles of a certain type, replace tile with sprite, change layer order, Tiled object support. |
130 | | -* Joypad support. |
131 | | -* Gestures input class. |
| 125 | +The following list is not exhaustive and is subject to change: |
| 126 | + |
132 | 127 | * Integrate Advanced Physics system. |
133 | | -* Integrate Advanced Particles system. |
134 | | -* Better sound controls and effects. |
| 128 | +* Integrate Advanced Particle system. |
| 129 | +* Better sound controls and audio effects. |
135 | 130 | * Google Play Game Services. |
| 131 | +* Ability to layer another DOM object and have it controlled by the game. |
| 132 | +* More GUI components: checkbox, radio button, window, etc. |
| 133 | +* Tilemap: more advanced Tiled support and support for DAME tilemaps. |
| 134 | +* Joypad support. |
| 135 | +* Gestures input class. |
| 136 | + |
| 137 | +Right now our main focus is on documentation. |
136 | 138 |
|
137 | 139 | Test Suite |
138 | 140 | ---------- |
|
0 commit comments