Skip to content

Commit ad0d32b

Browse files
committed
Formatting updates.
1 parent 505e808 commit ad0d32b

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
Phaser
2-
======
3-
41
![Phaser Logo](http://www.gametest.mobi/phaser/phaser-logo-small.png)
52

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+
68
Version: 1.0.0 - Released: September 13th 2013
79

810
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
911

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 />
1313
Follow on [Twitter](https://twitter.com/photonstorm)<br />
1414
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/)
1716
Try out the [Phaser Test Suite](http://gametest.mobi/phaser/)
1817

1918
"Being negative is not how we make progress" - Larry Page, Google
@@ -123,16 +122,19 @@ Known Issues
123122
Future Plans
124123
------------
125124

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+
132127
* 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.
135130
* 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.
136138

137139
Test Suite
138140
----------

0 commit comments

Comments
 (0)