You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,19 @@ Phaser 1.1
5
5
6
6
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.
7
7
8
-
Version: 1.1.3 - Released: November 29th 2013
8
+
Version: 1.1.3 "Arafel" - Released: November 29th 2013
9
9
10
10
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
11
11
12
12
View the [Official Website](http://phaser.io)<br />
13
13
Follow on [Twitter](https://twitter.com/photonstorm)<br />
14
-
Read the [Development Blog](http://www.photonstorm.com)<br />
15
14
Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/)<br />
16
-
Try out 150+ [Phaser Examples](http://gametest.mobi/phaser/examples/)
15
+
Try out 160+ [Phaser Examples](http://gametest.mobi/phaser/examples/)
17
16
18
17
[Un-official Getting Started with Phaser](http://www.antonoffplus.com/coding-an-html5-game-for-30-minutes-or-an-introduction-to-the-phaser-framework)
19
18
20
19
[Subscribe to our new Phaser Newsletter](https://confirmsubscription.com/h/r/369DE48E3E86AF1E). We'll email you when new versions are released as well as send you our regular Phaser game making magazine.
21
20
22
-
"Being negative is not how we make progress" - Larry Page, Google
23
-
24
21
Welcome to Phaser
25
22
-----------------
26
23
@@ -36,10 +33,15 @@ Phaser is everything we ever wanted from an HTML5 game framework. It powers all
We have a new [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.
40
+
39
41
Change Log
40
42
----------
41
43
42
-
Version 1.1.3 - November 29th 2013
44
+
Version 1.1.3 - "Arafel" - November 29th 2013
43
45
44
46
* New: Added a .jshintrc so contributions can be run through JSHint to help retain formatting across the library (thanks kevinthompson)
45
47
* New: The entire Phaser library has been updated to match the new JSHint configuration.
@@ -200,9 +202,18 @@ Road Map
200
202
201
203
The 1.1 release was a massive under-taking, but we're really happy with how Phaser is progressing. It's becoming more solid and versatile with each iteration. Here is what's on our road map for future versions:
202
204
205
+
Version 1.1.4 ("Kandor")
206
+
203
207
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
208
+
* More advanced tile map features. Better support for advanced Tiled features. Proper support for DAME tilemaps.
209
+
210
+
Versions 1.2 ("Saldaea")
211
+
204
212
* Integration with an advanced physics system. We've been experimenting with p2.js but have yet to conclude our research.
205
213
* A more advanced Particle system, one that can render to a single canvas (rather than spawn hundreds of Sprites), more advanced effects, etc.
214
+
215
+
Version 1.2+
216
+
206
217
* Massively enhance the audio side of Phaser. Although it does what it does well, it could do with taking more advantage of Web Audio - echo effects, positional sound, etc.
207
218
* Comprehensive testing across Firefox OS devices, CocoonJS and Ejecta.
208
219
* Integration with third party services like Google Play Game Services and Amazon JS SDK.
@@ -212,7 +223,6 @@ The 1.1 release was a massive under-taking, but we're really happy with how Phas
212
223
* Test out packaging with Node-webkit.
213
224
* Flash CC HTML5 export integration.
214
225
* Game parameters stored in Google Docs.
215
-
* More advanced tile map features. Better support for advanced Tiled features and also I want to add full support for DAME tilemaps.
216
226
* Add a d-pad example (http://www.html5gamedevs.com/topic/1574-gameinputondown-question/)
217
227
* Create more touch input examples (http://www.html5gamedevs.com/topic/1556-mobile-touch-event/)
218
228
* Look at HiDPI Canvas settings.
@@ -252,6 +262,8 @@ Please add them to the [Issue Tracker][1] with as much info as possible, especia
0 commit comments