phaser/README.md

341 lines
19 KiB
Markdown
Raw Normal View History

2015-01-06 04:19:19 +00:00
![div](http://www.phaser.io/images/github/welcome-div2.png)
2013-09-13 15:34:11 +00:00
2015-01-05 21:26:59 +00:00
# Phaser
2015-01-05 16:30:22 +00:00
2015-01-06 02:26:03 +00:00
<img src="http://phaser.io/images/github/jump.jpg" align="right">
2015-01-05 23:31:36 +00:00
Phaser is a fast, free and fun open source HTML5 game framework. It uses [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) for WebGL and Canvas rendering across desktop and mobile web browsers. Games can be compiled to iOS and Android apps via 3rd party tools.
2015-01-05 16:30:22 +00:00
2015-01-06 05:47:51 +00:00
Along with the fantastic open source community Phaser is actively developed and maintained by [Photon Storm Limited](http://www.photonstorm.com). As a result of rapid support and a developer friendly API Phaser is currently one of the [most starred](https://github.com/showcases/javascript-game-engines) game frameworks on Github.
2015-01-06 06:20:46 +00:00
Thousands of developers worldwide use it. From indies and multi-national digital agencies to schools and Universities. Each creating their own incredible games. Grab the source and join in the fun!
2015-01-06 06:56:59 +00:00
* **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#phaserjs)
2015-03-26 02:10:57 +00:00
* **Learn:** [API Documentation](http://phaser.io/docs), [Support Forum][forum] and [StackOverflow](http://stackoverflow.com/questions/tagged/phaser-framework)
* **Code:** 500+ [Source Examples](http://phaser.io/examples) (also available in this [git repo][examples])
* **Read:** Subscribe to the [Newsletter](https://confirmsubscription.com/h/r/369DE48E3E86AF1E) and grab our [Phaser Books](http://phaser.io/shop)
2015-01-06 06:20:46 +00:00
* **Chat:** [#phaserio IRC channel](http://www.html5gamedevs.com/topic/4470-official-phaserio-irc-channel-phaserio-on-freenode/) on freenode
* **Extend:** With [Phaser Plugins](https://github.com/photonstorm/phaser-plugins)
2015-07-29 14:01:04 +00:00
* **Be awesome:** Support the future of Phaser on [Patreon](https://www.patreon.com/photonstorm) or by buying our [books](http://phaser.io/shop/books) and [plugins](http://phaser.io/shop/plugins)
2015-01-05 16:30:22 +00:00
2015-01-06 04:19:19 +00:00
![div](http://www.phaser.io/images/github/div.png)
2015-01-05 16:30:22 +00:00
2015-01-06 04:19:19 +00:00
## Index
2014-07-22 06:13:32 +00:00
- [What's New?](#whats-new)
2015-07-29 14:01:04 +00:00
- [Support Phaser](#patreon)
2015-01-06 04:19:19 +00:00
- [Download Phaser](#download)
- [Getting Started](#getting-started)
- [Using Phaser](#using-phaser)
2015-01-06 05:47:51 +00:00
- [Games made with Phaser](#games)
2014-07-22 06:13:32 +00:00
- [Requirements](#requirements)
- [Road Map](#road-map)
2015-03-26 02:10:57 +00:00
- [Change Log](#change-log)
2014-07-22 06:13:32 +00:00
- [Contributing](#contributing)
2015-01-06 04:19:19 +00:00
![div](http://www.phaser.io/images/github/div.png)
2013-11-29 19:40:28 +00:00
<a name="whats-new"></a>
2015-07-24 13:04:30 +00:00
## What's new in Phaser 2.4.2
2015-01-05 21:26:59 +00:00
2015-01-06 02:26:03 +00:00
<div align="center"><img src="http://phaser.io/images/github/news.jpg"></div>
2015-07-29 14:01:04 +00:00
> 29th July 2015
2015-07-23 15:01:16 +00:00
Phaser 2.4 is another huge update. We had to bump the version number from 2.3 directly to 2.4 because of some API adjustments, all of which are fully detailed in the [Change Log](#change-log). While it's true we could have released it over a few smaller point releases, that just isn't how the cookie crumbled this time. _Be sure to pay attention to the previous deprecated API calls that have been removed in 2.4._
So although you had to wait for it a couple months more than usual, Phaser 2.4 is quite simply an **epic release** - there is no two ways about it! Brand new video component? Check. Support for fully boned Creature animations? Check. Brand new Cache and Loader updates? Check. Dynamic sprite and gradient generator? Check. Literally hundreds of updates, enhancements and fixes across the entire codebase? Yup, those too! The Change Log seems to scroll on forever, yet the overall package size continues to come down as we optimise and streamline our code too (this release actually builds smaller than 2.3 did, just 80KB min + gz)
Make sure you check out the Phaser web site. We are going to be adding in stacks of new examples and features in the coming weeks.
2015-07-29 14:01:04 +00:00
Also we'd be extremely grateful if you could get involved with our [Patreon campaign](https://www.patreon.com/photonstorm). We've got some really ambitious plans for how we'd like to see Phaser evolve in the future. Hopefully together we can reach that goal faster.
But that's all for now. I hope you enjoy Phaser 2.4.
2015-03-26 02:22:05 +00:00
2015-07-22 16:26:12 +00:00
Happy coding everyone! See you on the forums.
2015-03-26 02:10:57 +00:00
2015-03-26 02:22:05 +00:00
Cheers,
2015-03-26 02:10:57 +00:00
2015-03-26 02:37:31 +00:00
Rich - [@photonstorm](https://twitter.com/photonstorm)
![boogie](http://www.phaser.io/images/spacedancer.gif)
2013-05-16 01:36:58 +00:00
2015-01-06 04:19:19 +00:00
![div](http://www.phaser.io/images/github/div.png)
2015-01-05 16:30:22 +00:00
2015-07-29 14:01:04 +00:00
<a name="patreon"></a>
## Support Phaser on Patreon
![patreon](http://www.phaser.io/images/patreon.png)
Please help support the future development of Phaser through our [Patreon campaign](https://www.patreon.com/photonstorm). We've some exciting plans and there's so much we'd like to do - let's see if we can all work together to make this possible.
2015-03-26 02:10:57 +00:00
<a name="download"></a>
## Download Phaser
Phaser is [hosted on Github][phaser]. There are a number of ways to download it:
* Clone the git repository via [https][clone-http], [ssh][clone-ssh] or with the Github [Windows][clone-ghwin] or [Mac][clone-ghmac] clients.
* Download as [zip][get-zip] or [tar.gz][get-tgz]
* Download just the build files: [phaser.js][get-js] and [phaser.min.js][get-minjs]
* Checkout with [svn][clone-svn]
### Bower / npm
Install via [bower](http://bower.io)
`bower install phaser`
Install via [npm](https://www.npmjs.com)
`npm install phaser`
### CDN
[jsDelivr](http://www.jsdelivr.com/#!phaser) is a "super-fast CDN for developers". Include the following in your html:
2015-07-24 13:04:30 +00:00
`<script src="//cdn.jsdelivr.net/phaser/2.4.2/phaser.js"></script>`
2015-03-26 02:10:57 +00:00
or the minified version:
2015-07-24 13:04:30 +00:00
`<script src="//cdn.jsdelivr.net/phaser/2.4.2/phaser.min.js"></script>`
2015-03-26 02:10:57 +00:00
[cdnjs.com](https://cdnjs.com/libraries/phaser) also offers a free CDN service. They have all versions of Phaser and even the custom builds:
2015-07-24 13:04:30 +00:00
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.2/phaser.js"></script>`
2015-03-26 02:10:57 +00:00
### Phaser Sandbox
If you'd like to try coding in Phaser right now, with nothing more than your web browser then you can head over to the [Phaser Sandbox](http://phaser.io/sandbox). You'll find Quick Start templates and a user-friendly editor filled with handy code-completion features.
### Koding
Want to try Phaser without downloading anything? [Clone Phaser in Koding](https://koding.com/Teamwork?import=https://github.com/photonstorm/phaser/archive/master.zip&c=git1) and start working right away in their web based development system.
### License
Phaser is released under the [MIT License](http://opensource.org/licenses/MIT).
![div](http://www.phaser.io/images/github/div.png)
<a name="getting-started"></a>
## Getting Started
<img src="http://phaser.io/images/github/learn.jpg" align="right">
We have a [Getting Started Guide](http://phaser.io/tutorials/getting-started) which covers all you need to begin developing games with Phaser. From setting up a web server, to picking an IDE and coding your first game.
Prefer **videos** to reading? Lynda.com have published a free course: [HTML5 Game Development with Phaser](http://www.lynda.com/Phaser-tutorials/HTML5-Game-Development-Phaser/163641-2.html)
2015-03-26 02:37:31 +00:00
The single biggest Phaser resource is the new [Phaser web site](http://phaser.io/news). It has hundreds of tutorials listed and fresh ones are added every week, so keep coming back to see what's new!
2015-03-26 02:10:57 +00:00
Using Phaser with **TypeScript**? Check out this great series of [Game From Scratch](http://www.gamefromscratch.com/page/Adventures-in-Phaser-with-TypeScript-tutorial-series.aspx) tutorials.
### Source Code Examples
2015-03-26 02:37:31 +00:00
Ever since we started Phaser we've been growing and expanding our extensive set of source code examples. Currently there are over 500 of them!
2015-03-26 02:10:57 +00:00
Browse the [Phaser Examples](http://phaser.io/examples) or clone the [examples repo][examples] and eat your heart out!
### Phaser Books
<div align="center"><img src="http://phaser.io/images/github/books.jpg"></div>
We've been busy writing books about Phaser. Available now:
* [A Guide to the Phaser Tween Manager](https://leanpub.com/phasertweenmanager) Book + Code Bundle
* [A Guide to the Phaser Scale Manager](https://leanpub.com/phaserscalemanager)
With more on the way. [Vote on the next title](http://www.html5gamedevs.com/topic/10962-which-phaser-book-would-you-like-to-see-next/) to be written.
### Game Mechanic Explorer
The [Game Mechanic Explorer](http://gamemechanicexplorer.com) is a great interactive way to learn how to develop specific game mechanics in Phaser. Well worth exploring once you've got your dev environment set-up.
### Mighty Editor - Visual Game Editor
[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.
![div](http://www.phaser.io/images/github/div.png)
<a name="using-phaser"></a>
## Using Phaser
Phaser is provided ready compiled in the `build` folder of the repository. There are both plain and minified versions. The plain version is for use during development and the minified version for production.
### Custom Builds
2015-07-22 14:31:30 +00:00
Starting from Phaser 2.3.0 we now include a brand new build system which allows you to strip out lots of additional features you may not require, saving hundreds of KB in the process. Don't use any Sound in your game? Then you can now exclude the entire sound system. Don't need Keyboard support? That can be stripped out too.
2015-03-26 02:10:57 +00:00
2015-07-22 14:31:30 +00:00
As a result of this work the minimum build size of Phaser is now just 80KB minified and gzipped.
2015-03-26 02:10:57 +00:00
See the [Creating a Custom Phaser Build](http://phaser.io/tutorials/creating-custom-phaser-builds) tutorial for details.
### Building from source
Should you wish to build Phaser from source you can take advantage of the provided [Grunt](http://gruntjs.com/) scripts. Ensure you have the required packages by running `npm install` first.
Run `grunt` to perform a default build to the `dist` folder.
![div](http://www.phaser.io/images/github/div.png)
<a name="games"></a>
## Games made with Phaser
2015-07-23 15:01:16 +00:00
Thousands of games have been made in Phaser. From game jam entries to titles by some of the largest entertainment brands in the world. This is just a tiny sample:
[![Game](http://phaser.io/images/github/241/bubble-academy.png)][game10]
[![Game](http://phaser.io/images/github/241/woodventure.png)][game11]
[![Game](http://phaser.io/images/github/241/hopsop.png)][game12]
[![Game](http://phaser.io/images/github/241/banana-mania.png)][game13]
[![Game](http://phaser.io/images/github/241/salazar.png)][game14]
[![Game](http://phaser.io/images/github/241/phaser-shmup.png)][game15]
[![Game](http://phaser.io/images/github/241/trappy-trap.png)][game16]
[![Game](http://phaser.io/images/github/241/runaway-ruins.png)][game17]
[![Game](http://phaser.io/images/github/241/ananias.png)][game18]
2015-03-26 02:10:57 +00:00
[![Game](http://phaser.io/images/github/shot1a.jpg)][game1]
[![Game](http://phaser.io/images/github/shot2a.jpg)][game2]
[![Game](http://phaser.io/images/github/shot3a.jpg)][game3]
[![Game](http://phaser.io/images/github/shot4a.jpg)][game4]
[![Game](http://phaser.io/images/github/shot5b.jpg)][game5]
[![Game](http://phaser.io/images/github/shot6b.jpg)][game6]
[![Game](http://phaser.io/images/github/shot7b.jpg)][game7]
[![Game](http://phaser.io/images/github/shot8.jpg)][game8]
[![Game](http://phaser.io/images/github/shot9.jpg)][game9]
Artwork copyright their respective owners.
We add [new games](http://phaser.io/news/category/game) to the Phaser site regularly, be sure to send us yours when it's finished!
![div](http://www.phaser.io/images/github/div.png)
<a name="requirements"></a>
## Requirements
Phaser requires a web browser that supports the [canvas tag](http://caniuse.com/#feat=canvas). This includes Internet Explorer 9+, Firefox, Chrome, Safari and Opera on desktop. iOS Safari, Android Browser and Chrome for Android are supported on mobile.
While Phaser does its best to ensure a consistent cross-platform experience always be aware of browser and device limitations. This is especially important with regard to memory and GPU limitations on mobile, and legacy browser HTML5 compatibility.
### IE9
If you need to support IE9 / Android 2.x **and** use P2 physics then you must use the polyfill in the `resources/IE9 Polyfill` folder. If you don't use P2 (or don't care about IE9!) you can skip this.
### JavaScript and TypeScript
Phaser is developed in JavaScript. We've made no assumptions about how you like to code and were careful not to impose a strict structure upon you. You won't find Phaser split into modules, requiring a build step, or making you use a class / inheritance OOP approach. That doesn't mean you can't do so, it just means we don't *force* you to. It's your choice.
If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehensive definition files in the `typescript` folder. They are for TypeScript 1.4+.
![div](http://www.phaser.io/images/github/div.png)
<a name="road-map"></a>
## Road Map
All Phaser development is now taking place on the Phaser 3 project. The Phaser 2 branch will still be supported and issues fixed, but roadmap features have been migrated over to Phaser 3.
<a name="phaser3"></a>
## Phaser 3
2015-07-10 16:35:13 +00:00
We're now a good way in to development of Phaser 3. We've been working hard on creating a brand new and extremely powerful renderer. Progress reports are posted to the [web site](http://phaser.io/labs) and [Phaser 3 repo](https://github.com/photonstorm/phaser3).
2015-03-26 02:10:57 +00:00
There is still plenty of time to add your suggestions and feedback in [this forum thread](http://www.html5gamedevs.com/topic/7949-the-phaser-3-wishlist-thread/).
If you are an exceptional JavaScript developer and would like to join the Phaser 3 development team then let us know. We have a limited budget available to pay towards your time.
![div](http://www.phaser.io/images/github/div.png)
<a name="change-log"></a>
## Change Log
2013-09-15 19:45:00 +00:00
2015-07-29 14:01:04 +00:00
## Version 2.4.2 - "Altara" - 29th July 2015
2015-07-22 16:26:12 +00:00
2015-07-23 15:01:16 +00:00
### Updates
2015-07-22 16:26:12 +00:00
2015-07-24 16:53:13 +00:00
* TypeScript definitions fixes and updates (thanks @clark-stevenson @shivinsky)
* JSDoc typo fixes (thanks @DrkSephy)
2015-07-24 16:53:13 +00:00
* TilemapLayer - Fixed unmatched `context.save` and `context.restore` calls (thanks @MortimerGoro #1934)
* Cache.getFrame has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameCount has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameData has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.hasFrameData has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameByIndex has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameByName has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Device.canPlayVideo now checks for `ogv` as a valid file extension for OGG video files (thanks @JB-Tellez #1928)
* Phaser.Sound will now automatically check the Cache to see if the audio file it is using is still there or not. If not then it will automatically called `Sound.destroy` on itself. If you do not desire this result then you should ensure that you undertake all house-keeping yourself, and properly destroy Sound objects _before_ calling `Cache.removeSound` (#1946)
2015-07-23 15:01:16 +00:00
### Bug Fixes
2015-07-22 16:26:12 +00:00
* DeviceButton would try to set `altKey`, `shiftKey` and `ctrlKey` even for Joypads (thanks @zatch #1939)
* Pointer.move would accidentally reset the `isDown` status of the Pointer on touch devices, which broke things like Sprite input events when built to native apps or run locally (#1932 #1943)
2015-07-29 14:01:04 +00:00
* Pointer.onDown (and input enabled items like Buttons) would fail on FireFox / Linux and CocoonJS (#1944 #1945)
Deprecated the following: * Camera.screenView * ScaleManager.maxIterations * ScaleManager.enterPortrait (see onOrientationChange) * ScaleManager.enterLandscape (see onOrientationChange) * ScaleManager.enterFullScreen (see onFullScreenChange) * ScaleManager.leaveFullScreen (see onFullScreenChange) * ScaleManager.fullScreenFailed (see onFullScreenError) * ScaleManager.checkResize * ScaleManager.checkOrientation * ScaleManager.setScreenSize (see updateLayout) * ScaleManager.setSize (see reflowCanvas) * ScaleManager.checkOrientationState (see reflowCanvas) * ScaleManager.orientation (see screenOrientation) * Gamepad.disabled (see enabled) * Input.currentPointers (see totalActivePointers) * Input.disabled (see enabled) * Keyboard.disabled (see enabled) * Mouse.disabled (see enabled) * Mouse.mouseMoveCallback (see Input.addMoveCallback) * MSPointer.disabled (see enabled) * Touch.disabled (see enabled) * Cache.getUrl (see getURL) * Math.truncate (see Math.trunc) * Math.snapToInArray (see Phaser.ArrayUtils.findClosest) * Math.interpolateFloat (see Math.linear) * Math.normalizeLatitude (use Phaser.Math.clamp(lat, -90, 90)) * Math.normalizeLongitude (use Phaser.Math.wrap(lng, -180, 180)) * Math.chanceRoll (use Phaser.Utils.chanceRoll) * Math.numberArray (use Phaser.ArrayUtils.numberArray) * Math.numberArrayStep (use Phaser.ArrayUtils.numberArrayStep) * Math.limitValue (use Phaser.Math.clamp) * Math.randomSign (use Phaser.Utils.randomChoice(-1, 1)) * Math.angleLimit (use Phaser.Math.clamp) * Math.getRandom (use Phaser.ArrayUtils.getRandomItem) * Math.removeRandom (use Phaser.ArrayUtils.removeRandomItem) * Math.floor (use Math.trunc) * Math.ceil (use Phaser.Math.roundAwayFromZero) * Math.shift (use Phaser.ArrayUtils.rotate) * Math.shuffleArray (use Phaser.ArrayUtils.shuffle) * Math.distanceRounded (do the rounding locally) * Canvas.getOffset (see Phaser.DOM.getOffset) * Canvas.getAspectRatio (see Phaser.DOM.getAspectRatio) * TilemapLayer.tileColor (use TilemapLayer.debugSettings.missingImageFill) * Phaser.ArrayList alias removed, now use Phaser.ArraySet * Utils.transposeArray (see Phaser.ArrayUtils.transposeMatrix) * Utils.rotateArray (see Phaser.ArrayUtils.rotateMatrix) * Utils.shuffle (see Phaser.ArrayUtils.shuffle)
2015-06-17 02:14:31 +00:00
2015-01-06 06:20:46 +00:00
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
2015-01-05 21:26:59 +00:00
2015-01-06 04:19:19 +00:00
![div](http://www.phaser.io/images/github/div.png)
2013-10-18 14:12:32 +00:00
<a name="contributing"></a>
## Contributing
2013-04-12 16:19:56 +00:00
2015-01-06 04:19:19 +00:00
Please read the [Contributors Guide][contribute] for full details on helping with Phaser, but the main points are:
2013-04-12 16:19:56 +00:00
2015-01-06 05:47:51 +00:00
- Found a bug? Report it on [GitHub Issues][issues] and include a code sample.
2013-04-12 16:19:56 +00:00
2015-01-06 05:47:51 +00:00
- Pull Requests should only be made against the `dev` branch. *Never* against `master`.
2015-01-06 06:20:46 +00:00
- Before submitting a Pull Request run your code through [JSHint](http://www.jshint.com/) using our [config](https://github.com/photonstorm/phaser/blob/master/.jshintrc).
2015-01-06 06:20:46 +00:00
- Before contributing please read the [code of conduct](https://github.com/photonstorm/phaser/blob/master/CODE_OF_CONDUCT.md).
2015-01-03 01:31:42 +00:00
2015-03-26 02:10:57 +00:00
Written something cool that shows Phaser in use? Please tell us about it in our [forum][forum] or email: support@phaser.io
2013-04-12 16:19:56 +00:00
2015-01-06 04:19:19 +00:00
[![Build Status](https://travis-ci.org/photonstorm/phaser.png?branch=dev)](https://travis-ci.org/photonstorm/phaser)
2013-04-12 16:38:44 +00:00
2015-01-06 04:19:19 +00:00
![div](http://www.phaser.io/images/github/div.png)
2015-01-06 06:20:46 +00:00
![storm](http://www.phaser.io/images/github/photonstorm-x2.png)
2013-04-12 16:19:56 +00:00
2015-01-06 05:47:51 +00:00
Phaser is a [Photon Storm](http://www.photonstorm.com) production.
2015-01-06 06:56:59 +00:00
Created by [Richard Davey](mailto:rich@photonstorm.com). Powered by coffee, anime, pixels and love.
2015-01-06 06:20:46 +00:00
The Phaser logo and characters are &copy; 2015 Photon Storm Limited.
2015-01-06 05:47:51 +00:00
All rights reserved.
2013-04-12 16:19:56 +00:00
"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata
2015-01-05 21:26:59 +00:00
[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)
2015-01-06 07:24:28 +00:00
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.3.0/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.3.0/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.3.0.zip
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.3.0.tar.gz
2015-01-05 21:26:59 +00:00
[clone-http]: https://github.com/photonstorm/phaser.git
[clone-ssh]: git@github.com:photonstorm/phaser.git
[clone-svn]: https://github.com/photonstorm/phaser
2015-01-06 01:55:27 +00:00
[clone-ghwin]: github-windows://openRepo/https://github.com/photonstorm/phaser
[clone-ghmac]: github-mac://openRepo/https://github.com/photonstorm/phaser
2015-01-05 21:26:59 +00:00
[phaser]: https://github.com/photonstorm/phaser
2014-01-08 01:53:28 +00:00
[issues]: https://github.com/photonstorm/phaser/issues
2015-01-05 23:31:36 +00:00
[examples]: https://github.com/photonstorm/phaser-examples
2014-01-08 01:53:28 +00:00
[contribute]: https://github.com/photonstorm/phaser/blob/master/CONTRIBUTING.md
[forum]: http://www.html5gamedevs.com/forum/14-phaser/
2015-01-06 04:19:19 +00:00
2015-01-06 05:21:30 +00:00
[game1]: https://www.prodigygame.com/Fun-Math-Games/
2015-04-17 16:35:52 +00:00
[game2]: http://www.bbc.co.uk/cbbc/games/deadly-defenders-game
2015-01-06 05:21:30 +00:00
[game3]: http://www.defiantfew.com/
[game4]: http://www.pawpatrol.com/fun.php
[game5]: http://www.fyretale.com/
[game6]: http://www.pocoyo.com/juegos-ninos/caramelos
[game7]: http://www.html5gamedevs.com/topic/11179-phaser-cocoonjs-tap-tap-submarine/
[game8]: http://www.gamepix.com/project/footchinko/
[game9]: http://orcattack.thehobbit.com
2015-07-23 15:01:16 +00:00
[game10]: http://phaser.io/news/2015/06/bubble-academy
[game11]: http://phaser.io/news/2015/07/woodventure
[game12]: http://phaser.io/news/2015/04/hopsop-journey-to-the-top
[game13]: http://phaser.io/news/2015/05/banana-mania
[game14]: http://phaser.io/news/2015/06/salazar-the-alchemist
[game15]: http://phaser.io/news/2015/05/phaser-shmup
[game16]: http://phaser.io/news/2015/05/trappy-trap
[game17]: http://phaser.io/news/2015/04/runaway-ruins
[game18]: http://phaser.io/news/2015/04/ananias